Finish chatroom

This commit is contained in:
2026-01-25 16:58:48 -07:00
parent ecb13690a3
commit 10a614f190
10 changed files with 397 additions and 514 deletions

View File

@@ -25,4 +25,5 @@ public class Endpoints
public const string ACCOUNT_CHANGE_PASSWORD_ENDPOINT = ACCOUNT_ENDPOINT + "/change-password";
public const string ACCOUNT_FORGOT_USERNAME_ENDPOINT = BASE_URL + "/account/forgot-username";
public const string ACCOUNT_FORGOT_PASSWORD_ENDPOINT = BASE_URL + "/account/forgot-password";
public const string CHATROOM_REPORT_MESSAGE_ENDPOINT = BASE_URL + "/chatroom/report";
}