add notify

This commit is contained in:
tsmethurst 2021-03-28 18:47:19 +02:00
parent 7745fc0869
commit e07692275a
1 changed files with 2 additions and 0 deletions

View File

@ -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
}