mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-16 03:42:23 -04:00
Add ability to set topic by double-clicking on the topic text then hitting enter.
This commit is contained in:
parent
f64cc237fc
commit
6bdb23449a
5 changed files with 59 additions and 1 deletions
|
@ -149,6 +149,7 @@ angular.module('eventHandlerService', [])
|
|||
$rootScope.$broadcast(NAME_EVENT, event, isLiveEvent);
|
||||
};
|
||||
|
||||
// TODO: Can this just be a generic "I am a room state event, can haz store?"
|
||||
var handleRoomTopic = function(event, isLiveEvent) {
|
||||
console.log("handleRoomTopic live="+isLiveEvent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue