This commit is contained in:
parent
b6f12b7acf
commit
8f8ad3035a
33 changed files with 166 additions and 111 deletions
|
@ -2,7 +2,7 @@ package models
|
|||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
// A binding of one note to one account reacting to it with one emote
|
||||
// A Reaction is a user liking a note using an emote
|
||||
type Reaction struct {
|
||||
gorm.Model
|
||||
Note Note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue