pubnub / moderation-dashboard

Moderation Dashboard is a React application that provides moderation capabilities to Chat applications built using PubNub and PubNub Chat Components
Other
9 stars 10 forks source link

fix: display user name or uuid in message lists #6

Closed jpjpjp closed 2 years ago

jpjpjp commented 3 years ago

Description of change

Ensure that original sender's uuid is sent to messages sent to banned channels Use original sender's uuid to detect metadata on messages sent to banned channel Properly subscribe to banned channel to reflect realtime updates

Followed guidelines

Please make sure to review and check all of these items before merging pull request

Salet commented 2 years ago

@jpjpjp I tested the fix and it works, messages are showing up as they are published and they resolve the author correctly. I'm only unsure about the code block you commented out, we should not be leaving code like this.