Initial discord remote auth support.
It works, but nothing is persisted yet as the user object needs some tweaking especially the database side.
This commit is contained in:
@@ -16,6 +16,9 @@ type User struct {
|
||||
MXID id.UserID
|
||||
ID string
|
||||
|
||||
Discriminator string
|
||||
Username string
|
||||
|
||||
ManagementRoom id.RoomID
|
||||
|
||||
Session *discordgo.Session
|
||||
|
||||
Reference in New Issue
Block a user