Use custom websocket to avoid needing admin privileges.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export const MESSAGE_TYPE_PRIORITIES: MessagePriority = {
|
||||
};
|
||||
|
||||
export interface Message {
|
||||
message: string;
|
||||
message: unknown;
|
||||
type: MessageType;
|
||||
icon?: string;
|
||||
context?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user