repair broken 'clear channel' button
This commit is contained in:
@@ -633,6 +633,13 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
messenger.clearOwnedChannel = function (channel, cb) {
|
||||
common.clearOwnedChannel(channel, function (e) {
|
||||
if (e) { return void cb(e); }
|
||||
cb();
|
||||
});
|
||||
};
|
||||
|
||||
// TODO listen for changes to your friend list
|
||||
// emit 'update' events for clients
|
||||
|
||||
|
||||
Reference in New Issue
Block a user