Progress
hashtag in top of tag feed, scroll to comment, chat blocking, muting, filtering
This commit is contained in:
@@ -84,6 +84,8 @@ export const connectChatMessagesStream = (accountId) => {
|
||||
onReceive (data) {
|
||||
if (!data['event'] || !data['payload']) return
|
||||
if (data.event === 'notification') {
|
||||
// : todo :
|
||||
//Play sound
|
||||
dispatch(manageIncomingChatMessage(JSON.parse(data.payload)))
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user