mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08:00
add search pagination (just for statuses)
This commit is contained in:
parent
56aa0e6204
commit
c43ddf6c7b
9 changed files with 151 additions and 15 deletions
|
|
@ -122,6 +122,10 @@ export const defaultState = {
|
|||
soundOnNotifVolume: 0.2,
|
||||
soundOnNotifCustom: '',
|
||||
boostsFollowDefVis: false,
|
||||
searchPaginationLimit: 40,
|
||||
sillyFeatures: false,
|
||||
recurseSearch: false,
|
||||
recurseSearchLimit: 100,
|
||||
renderMisskeyMarkdown: undefined,
|
||||
renderMfmOnHover: undefined, // instance default
|
||||
conversationDisplay: undefined, // instance default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue