mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-09 13:05:32 +00:00
Merge pull request #955 from fosscord/dev/fix-bans
Fix banning users from the client
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
export interface BanCreateSchema {
|
||||
delete_message_seconds?: string;
|
||||
delete_message_days?: string;
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user