Bruh
This commit is contained in:
@@ -217,7 +217,7 @@ public class ChatroomMenu : MonoBehaviour
|
||||
Destroy(editMessage);
|
||||
optionsPanel.SetActive(true);
|
||||
});
|
||||
editMessageChildSubmitButton.onClick.AddListener(async () =>
|
||||
editMessageChildSubmitButton.onClick.AddListener(() =>
|
||||
{
|
||||
HandleMessageEdit();
|
||||
editMessagePanelCurrent = null;
|
||||
|
||||
@@ -25,5 +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";
|
||||
public const string CHATROOM_REPORT_MESSAGE_ENDPOINT = BERRYDASH_ENDPOINT + "/chatroom/report";
|
||||
}
|
||||
Reference in New Issue
Block a user