mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 13:47:28 -06:00
Store Web Push subscriptions in DB
This commit is contained in:
parent
db2ba34630
commit
0cffb8784e
25 changed files with 546 additions and 69 deletions
|
|
@ -77,6 +77,8 @@ EXPECT=$(cat << "EOF"
|
|||
"user-mute-ids-mem-ratio": 3,
|
||||
"user-mute-mem-ratio": 2,
|
||||
"visibility-mem-ratio": 2,
|
||||
"web-push-subscription-ids-mem-ratio": 1,
|
||||
"web-push-subscription-mem-ratio": 1,
|
||||
"webfinger-mem-ratio": 0.1
|
||||
},
|
||||
"config-path": "internal/config/testdata/test.yaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue