mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Don't display Diaspora reshares
This commit is contained in:
parent
a0faca9eaf
commit
de1c0f4c13
4 changed files with 16 additions and 15 deletions
|
@ -315,7 +315,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
|
|||
case Post\UserNotification::TYPE_QUOTED:
|
||||
$msg = $l10n->t('%1$s shared your post %2$s');
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue