This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -2,6 +2,7 @@ package models
|
|||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
// A binding of one note to one account reacting to it with one emote
|
||||
type Reaction struct {
|
||||
gorm.Model
|
||||
Note Note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue