Internalize id.ContentURI Valuer
Removes dependency on custom mautrix-go
This commit is contained in:
@ -122,7 +122,7 @@ type Portal struct {
|
||||
Name string
|
||||
Topic string
|
||||
Avatar string
|
||||
AvatarURL id.ContentURI
|
||||
AvatarURL types.ContentURI
|
||||
Encrypted bool `gorm:"notNull;default:false"`
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,7 @@ type Puppet struct {
|
||||
|
||||
JID types.GroupMeID `gorm:"primaryKey"`
|
||||
Avatar string
|
||||
AvatarURL id.ContentURI
|
||||
AvatarURL types.ContentURI
|
||||
Displayname string
|
||||
NameQuality int8
|
||||
|
||||
|
Reference in New Issue
Block a user