mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
comment /tint
This commit is contained in:
parent
509ea7c4f3
commit
44a0fa19ae
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ var commands = {
|
||||||
return reject("Usage: /nick <display_name>");
|
return reject("Usage: /nick <display_name>");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Takes an #rrggbb colourcode and retints the UI (just for debugging)
|
||||||
tint: function(room_id, args) {
|
tint: function(room_id, args) {
|
||||||
Tinter.tint(args);
|
Tinter.tint(args);
|
||||||
return success();
|
return success();
|
||||||
|
|
Loading…
Reference in a new issue