feat: support choosing between public and private mute
This commit is contained in:
parent
30a32ca94f
commit
ec1692c066
19 changed files with 473 additions and 120 deletions
|
|
@ -149,7 +149,6 @@ export default {
|
|||
Mute: 'Mute',
|
||||
Muted: 'Muted',
|
||||
Unmute: 'Unmute',
|
||||
'Mute user': 'Mute user',
|
||||
'Unmute user': 'Unmute user',
|
||||
'Append n relays': 'Append {{n}} relays',
|
||||
Append: 'Append',
|
||||
|
|
@ -237,6 +236,8 @@ export default {
|
|||
'Hide content from untrusted users': 'Hide content from untrusted users',
|
||||
'Only show content from your followed users and the users they follow':
|
||||
'Only show content from your followed users and the users they follow',
|
||||
'Followed by': 'Followed by'
|
||||
'Followed by': 'Followed by',
|
||||
'Mute user privately': 'Mute user privately',
|
||||
'Mute user publicly': 'Mute user publicly'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue