We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffabb2a commit 1b15311Copy full SHA for 1b15311
1 file changed
src/shared/config/endpoints.ts
@@ -54,6 +54,9 @@ export const API_ENDPOINTS = {
54
wsChatRead: "/app/chat.read",
55
wsUserQueueChatRooms: "/user/queue/chat.rooms",
56
wsUserQueueErrors: "/user/queue/errors",
57
+ wsEnterChatRoom: "/app/chat.enter",
58
+ wsLeaveChatRoom: "/app/chat.leave",
59
+ wsCheckPing: "/app/chat.ping",
60
wsChatRoom: (chatRoomId: number | string) => `/topic/chat.rooms.${chatRoomId}`,
61
wsRealTimeRead: (chatRoomId: number | string) => `/topic/chat.read.${chatRoomId}`,
62
0 commit comments