Home > borogove > Chat > moderate
Chat.moderate() method
Moderate a message by replacing it with a tombstone (if permitted)
Signature:
moderate(message: borogove_ChatMessage, reason: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| message | borogove_ChatMessage | the message to moderate |
| reason | string | the reason for moderating this message |
Returns:
void