dev: split warn punishments into a separate table

api: Added warn endpoints
fix: Reminders should now be able to ping everyone if the user who created the reminder has that permission
This commit is contained in:
Kwoth
2024-10-21 03:14:46 +00:00
parent b136e7ff0e
commit c835514c7b
27 changed files with 7430 additions and 211 deletions

View File

@@ -35,7 +35,7 @@ enum GrpcGreetType {
}
message UpdateGreetReply {
GrpcGreetSettings settings = 1;
bool Success = 1;
}
message TestGreetRequest {