mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Implement ignored server block in conversations
- Add server ignore status in contact profile page - Add new reason in DisplayNotFound exception page
This commit is contained in:
parent
156e3fa101
commit
6ecc9c4cba
10 changed files with 96 additions and 41 deletions
|
@ -36,6 +36,7 @@ class DisplayNotFound extends \Friendica\BaseModule
|
|||
$this->t('The top-level post was deleted.'),
|
||||
$this->t('This node has blocked the top-level author or the author of the shared post.'),
|
||||
$this->t('You have ignored or blocked the top-level author or the author of the shared post.'),
|
||||
$this->t("You have ignored the top-level author's server or the shared post author's server."),
|
||||
];
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('special/displaynotfound.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue