Refactor channel packing
This commit is contained in:
parent
02ac983fba
commit
f3eb999a76
9 changed files with 112 additions and 46 deletions
|
|
@ -22,6 +22,13 @@ ChannelModule.prototype = {
|
|||
|
||||
},
|
||||
|
||||
/**
|
||||
* Called to pack info, e.g. for channel detail view
|
||||
*/
|
||||
packInfo: function (data, isAdmin) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* Called when a user is attempting to join a channel.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue