mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 09:23:33 -06:00
add notify
This commit is contained in:
parent
7745fc0869
commit
e07692275a
1 changed files with 2 additions and 0 deletions
|
|
@ -36,4 +36,6 @@ type Follow struct {
|
|||
ShowReblogs bool `pg:"default:true"`
|
||||
// What is the activitypub URI of this follow?
|
||||
URI string `pg:",unique"`
|
||||
// does the following account want to be notified when the followed account posts?
|
||||
Notify bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue