merge staging and do a little lint compliance
This commit is contained in:
@@ -789,9 +789,9 @@ const handleGetFullHistory = function (Env, Server, seq, userId, parsed) {
|
||||
};
|
||||
|
||||
const directMessageCommands = {
|
||||
GET_HISTORY: handleGetHistory,
|
||||
GET_HISTORY_RANGE: handleGetHistoryRange,
|
||||
GET_FULL_HISTORY: handleGetFullHistory,
|
||||
GET_HISTORY: handleGetHistory, // XXX RESTRICT
|
||||
GET_HISTORY_RANGE: handleGetHistoryRange, // XXX RESTRICT
|
||||
GET_FULL_HISTORY: handleGetFullHistory, // XXX RESTRICT
|
||||
};
|
||||
|
||||
/* onDirectMessage
|
||||
|
||||
Reference in New Issue
Block a user