fix: hide the content of muted users' notes in the parent note preview
This commit is contained in:
@@ -182,6 +182,7 @@ export default {
|
||||
'Supported NIPs': 'Supported NIPs',
|
||||
'Open in a': 'Open in {{a}}',
|
||||
'Cannot handle event of kind k': 'Cannot handle event of kind {{k}}',
|
||||
'Sorry! The note cannot be found 😔': 'Sorry! The note cannot be found 😔'
|
||||
'Sorry! The note cannot be found 😔': 'Sorry! The note cannot be found 😔',
|
||||
'This user has been muted': 'This user has been muted'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,6 +183,7 @@ export default {
|
||||
'Supported NIPs': '支持的 NIP',
|
||||
'Open in a': '在 {{a}} 中打开',
|
||||
'Cannot handle event of kind k': '无法处理类型为 {{k}} 的事件',
|
||||
'Sorry! The note cannot be found 😔': '抱歉!找不到该笔记 😔'
|
||||
'Sorry! The note cannot be found 😔': '抱歉!找不到该笔记 😔',
|
||||
'This user has been muted': '该用户已被屏蔽'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user