summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_direct_channels
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-05-03 11:54:47 -0400
committerCorey Hulen <corey@hulen.com>2017-05-03 08:54:47 -0700
commit6a6c5365d335666b5f76b92d1f41314e6873197f (patch)
treea9e2665ae7f3bb8401d93194b8549edada7c79de /webapp/components/more_direct_channels
parentaa65478445b79fd8fa9f5ceadd7715e8ba3a9576 (diff)
downloadchat-6a6c5365d335666b5f76b92d1f41314e6873197f.tar.gz
chat-6a6c5365d335666b5f76b92d1f41314e6873197f.tar.bz2
chat-6a6c5365d335666b5f76b92d1f41314e6873197f.zip
Fix DMs not being removed until re-render (#6305)
Diffstat (limited to 'webapp/components/more_direct_channels')
-rw-r--r--webapp/components/more_direct_channels/more_direct_channels.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/more_direct_channels/more_direct_channels.jsx b/webapp/components/more_direct_channels/more_direct_channels.jsx
index 50e2c4e48..768e802a3 100644
--- a/webapp/components/more_direct_channels/more_direct_channels.jsx
+++ b/webapp/components/more_direct_channels/more_direct_channels.jsx
@@ -42,6 +42,7 @@ export default class MoreDirectChannels extends React.Component {
this.handleExit = this.handleExit.bind(this);
this.handleSubmit = this.handleSubmit.bind(this);
this.handleDelete = this.handleDelete.bind(this);
+ this.handlePageChange = this.handlePageChange.bind(this);
this.onChange = this.onChange.bind(this);
this.search = this.search.bind(this);
this.addValue = this.addValue.bind(this);