mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-07-19 17:37:20 +02:00
webui: Add dashboard widgets
This commit is contained in:
parent
2d68e30ad2
commit
00f4208ad2
29 changed files with 1443 additions and 174 deletions
|
@ -29,6 +29,9 @@ type RoomConfig struct {
|
|||
// Active tells if the bot is active in this room (Set to false on leave/kick/ban)
|
||||
Active bool `yaml:"active" bson:"active"`
|
||||
|
||||
// Name is fetched regularly from the room state
|
||||
Name string `yaml:"name" bson:"name"`
|
||||
|
||||
// RoomID is the rooms ID
|
||||
RoomID string `yaml:"roomID" bson:"room_id"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue