Added ephemeral messages sent when a user mentions someone not in the channel
Этот коммит содержится в:
@@ -109,6 +109,7 @@ class SocketStoreClass extends EventEmitter {
|
||||
handleMessage(msg) {
|
||||
switch (msg.action) {
|
||||
case SocketEvents.POSTED:
|
||||
case SocketEvents.EPHEMERAL_MESSAGE:
|
||||
handleNewPostEvent(msg, this.translations);
|
||||
break;
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user