accounts: add ability to label users

press the pen icon next to their username to add a nick-name to remind
you who they are.
This commit is contained in:
Harvey Tindall
2022-01-08 16:20:31 +00:00
parent 3294b27029
commit 4024334c0c
6 changed files with 123 additions and 14 deletions
+1
View File
@@ -145,6 +145,7 @@ type respUser struct {
NotifyThroughDiscord bool `json:"notify_discord"`
Matrix string `json:"matrix"` // Matrix ID (if known)
NotifyThroughMatrix bool `json:"notify_matrix"`
Label string `json:"label"` // Label of user, shown next to their name.
}
type getUsersDTO struct {