nicolium: actually stop displaying repeated repost info

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-12 11:50:44 +01:00
parent 34469f3376
commit 68d76fbda0

View File

@ -452,6 +452,7 @@ const Notification: React.FC<INotification> = (props) => {
avatarSize={avatarSize}
contextType='notifications'
showGroup={false}
showInfo={false}
variant='slim'
/>
)) : null;