added chat report functionality and some other random stuff
This commit is contained in:
@@ -19,3 +19,5 @@ public readonly record struct ChatChannelSnapshot(
|
||||
bool HasUnread,
|
||||
int UnreadCount,
|
||||
IReadOnlyList<ChatMessageEntry> Messages);
|
||||
|
||||
public readonly record struct ChatReportResult(bool Success, string? ErrorMessage);
|
||||
Reference in New Issue
Block a user