Added muting and unmuting

This commit is contained in:
2026-01-26 22:07:17 +01:00
parent bebc068762
commit 6ecbdfa9fa
3 changed files with 281 additions and 26 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ typedef enum {
ERR_NOT_LOGGED_IN,
ERR_ALREADY_LOGGED_IN,
ERR_ALREADY_IN_GROUP,
ERR_USER_NOT_FOUND,
ERR_USER_MUTED,
ERR_NOT_FOUND,
ERR_ALREADY_MUTED,
ERR_INVALID_FORMAT
} Signal_t;