Internalize id.ContentURI Valuer

Removes dependency on custom mautrix-go
This commit is contained in:
Karmanyaah Malhotra
2021-03-03 15:51:08 -05:00
parent 2fe729bee0
commit d8bff50005
9 changed files with 41 additions and 11 deletions

View File

@ -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"`
}