You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
comment /tint
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user