Add confirm dialogs for accept & deny follow requests
This commit is contained in:
parent
b7af37fce8
commit
547e85c7c6
7 changed files with 147 additions and 3 deletions
|
|
@ -77,6 +77,8 @@ const defaultState = {
|
|||
modalOnMute: false,
|
||||
modalOnDelete: true,
|
||||
modalOnLogout: true,
|
||||
modalOnApproveFollow: false,
|
||||
modalOnDenyFollow: false,
|
||||
loginMethod: 'password',
|
||||
logo: '/static/logo.svg',
|
||||
logoMargin: '.2em',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue