feat: Working server/comment routes

This commit is contained in:
IAmTomahawkx
2025-07-22 03:27:05 -07:00
committed by Angelo
parent 4fd71c98d6
commit 73ce052e1a
70 changed files with 1846 additions and 414 deletions

View File

@@ -101,11 +101,13 @@ pub enum ErrorType {
NotInGroup,
AlreadyPinned,
NotPinned,
InviteExists,
// ? Server related errors
UnknownServer,
InvalidRole,
Banned,
NotAMember,
TooManyServers {
max: usize,
},