Skip to content

Commit

Permalink
conflix
Browse files Browse the repository at this point in the history
  • Loading branch information
modcrafts committed Apr 1, 2023
1 parent 717c1ab commit c1accca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/kook/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Internal.define('getMessageReactionList', 'GET', '/message/reaction-list')
Internal.define('addMessageReaction', 'POST', '/message/add-reaction')
Internal.define('deleteMessageReaction', 'POST', '/message/delete-reaction')

Internal.define('getChannelUserList', 'GET', '/channel-user/get-joined-channel')
Internal.define('getChannelJoinedUserList', 'GET', '/channel-user/get-joined-channel')

Internal.define('getPrivateChatList', 'GET', '/user-chat/list')
Internal.define('getPrivateChatView', 'GET', '/user-chat/view')
Expand Down

0 comments on commit c1accca

Please sign in to comment.