Increase max-webmentions to 200

This commit is contained in:
Jez Cope 2021-01-22 16:27:58 +00:00
parent c48d473404
commit e3ef2dc4da
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ GLOBAL_CONTEXT = {
},
'webmention_js': {
'max-webmentions': 100,
'max-webmentions': 200,
'sort-dir': 'down',
},
}