GNOME Bugzilla – Bug 779906
roomManager: Add account parameter to lookupRoomByName()
Last modified: 2017-03-13 02:49:28 UTC
See patch.
Created attachment 347707 [details] [review] roomManager: Add account parameter to lookupRoomByName() Room names are only unique within a network, so we need an additional account parameter to unequivocally identify a room. Being able to /part rooms from any network may arguably be handy (yet unexpected), but we really need to identify the correct room in the other case where we match by room name: The join dialog's room list presents already joined rooms as checked but insensitive, so it is currently impossible to pick a room that is joined on a different network.
Attachment 347707 [details] pushed as 1ae1d7e - roomManager: Add account parameter to lookupRoomByName()