mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-01 01:53:32 -06:00
mention notifications working
This commit is contained in:
parent
6eaeaa4d18
commit
4d5c150f9f
8 changed files with 88 additions and 17 deletions
|
|
@ -80,7 +80,7 @@ type Status struct {
|
|||
*/
|
||||
|
||||
// Account that created this status
|
||||
GTSAccount *Account `pg:"-"`
|
||||
GTSAuthorAccount *Account `pg:"-"`
|
||||
// Mentions created in this status
|
||||
GTSMentions []*Mention `pg:"-"`
|
||||
// Hashtags used in this status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue