take notes of desirable admin RPC commands

pull/1/head
ansuz 2021-05-07 18:07:13 +05:30
parent 004e0ec010
commit 62f8fb93b5
1 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,9 @@ var commands = {
CLEAR_CACHED_CHANNEL_INDEX: clearChannelIndex,
GET_CACHED_CHANNEL_INDEX: getChannelIndex,
// TODO implement admin historyTrim
// TODO implement kick from channel
// TODO implement force-disconnect user(s)?
CLEAR_CACHED_CHANNEL_METADATA: clearChannelMetadata,
GET_CACHED_CHANNEL_METADATA: getChannelMetadata,