Don't show account if notification = severed_relationships
This commit is contained in:
parent
87be0cad16
commit
09745e3078
|
@ -285,7 +285,7 @@ function Notification({
|
|||
{type !== 'mention' && (
|
||||
<>
|
||||
<p>
|
||||
{!/poll|update/i.test(type) && (
|
||||
{!/poll|update|severed_relationships/i.test(type) && (
|
||||
<>
|
||||
{_accounts?.length > 1 ? (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue