- Not tested yet - Undo needs to be extended to also handle undo of follow
This commit is contained in:
parent
7e60188fb5
commit
d84a693b22
6 changed files with 130 additions and 17 deletions
|
@ -9,5 +9,5 @@ type UserToUserRelation struct {
|
|||
UserId string
|
||||
TargetUser User // The user Y described in [RelationType]
|
||||
TargetUserId string
|
||||
Relation RelationType `gorm:"type:relation_type"`
|
||||
Relation string `gorm:"type:relation_type"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue