Skip to content
Snippets Groups Projects
Commit a7d120aa authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix merge mistake

parent e3eda2f0
No related branches found
No related tags found
2 merge requests!109Project/haven beta,!100Xx 4601/haven invites
......@@ -58,6 +58,8 @@ func newChannelsManagerJS(api *bindings.ChannelsManager) map[string]any {
"SendMessage": js.FuncOf(cm.SendMessage),
"SendReply": js.FuncOf(cm.SendReply),
"SendReaction": js.FuncOf(cm.SendReaction),
"SendSilent": js.FuncOf(cm.SendSilent),
"SendInvite": js.FuncOf(cm.SendInvite),
"DeleteMessage": js.FuncOf(cm.DeleteMessage),
"PinMessage": js.FuncOf(cm.PinMessage),
"MuteUser": js.FuncOf(cm.MuteUser),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment