Hi,
I’m considering to start using ChatterBox in an app and I am wondering if it can support moderation.
Basically, if I want to remove comments, or ban a user is this possible? Is there an admin account that can oversee chats?
Thanks,
Jorge
Hi,
I’m considering to start using ChatterBox in an app and I am wondering if it can support moderation.
Basically, if I want to remove comments, or ban a user is this possible? Is there an admin account that can oversee chats?
Thanks,
Jorge
Hi,
Everything is in real-time, so there really is no way to remove comments (messages). There is no moderation admin at this time, but you could probably create a desktop admin to monitor channels. It may be something I will consider adding in the future.
You could possible integrate a ban/boot function for a client using the system events:
https://develephant.github.io/coronium-chatterbox-docs/actions/#sendsystemmessage
https://develephant.github.io/coronium-chatterbox-docs/events/#onsystemmessage
-dev
Thank you for the reply, Dev!
I’ll try something like that.
Jorge
Hi,
Everything is in real-time, so there really is no way to remove comments (messages). There is no moderation admin at this time, but you could probably create a desktop admin to monitor channels. It may be something I will consider adding in the future.
You could possible integrate a ban/boot function for a client using the system events:
https://develephant.github.io/coronium-chatterbox-docs/actions/#sendsystemmessage
https://develephant.github.io/coronium-chatterbox-docs/events/#onsystemmessage
-dev
Thank you for the reply, Dev!
I’ll try something like that.
Jorge