You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of the above list, PRs 12, 13, 15, 17, 18, and 19 are probably the most relevant as they need information from the Chatroom object that it doesn't currently provide.
The room object returned by
Candy.Core.getRoom(roomJid)
is incomplete. It's missing:Candy.View.Pane.Chat.rooms[roomJid]
:Related triggerHandler PRs:
Of the above list, PRs 12, 13, 15, 17, 18, and 19 are probably the most relevant as they need information from the Chatroom object that it doesn't currently provide.
This is where the room object is first created: https://github.com/mojolingo/candy/blob/dev/src/view/pane/room.js#L76
The text was updated successfully, but these errors were encountered: