mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
Show Discord Connections toggle
This commit is contained in:
@@ -318,6 +318,10 @@
|
||||
showGroupDialog(ids[0]);
|
||||
// ids[1] cal_ is the event id
|
||||
break;
|
||||
case 'openNotificationLink':
|
||||
default:
|
||||
toast.error('Unsupported notification link type');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -524,12 +524,15 @@ export const createColumns = ({
|
||||
original.type !== 'groupChange' &&
|
||||
!original.type?.includes('group.') &&
|
||||
!original.type?.includes('moderation.') &&
|
||||
!original.type?.includes('instance.');
|
||||
!original.type?.includes('instance.') &&
|
||||
!original.link?.startsWith('economy.');
|
||||
const showDeleteLog =
|
||||
original.type !== 'friendRequest' &&
|
||||
original.type !== 'ignoredFriendRequest' &&
|
||||
!original.type?.includes('group.') &&
|
||||
!original.type?.includes('moderation.');
|
||||
!original.type?.includes('moderation.') &&
|
||||
!original.type?.includes('instance.') &&
|
||||
!original.link?.startsWith('economy.');
|
||||
|
||||
return (
|
||||
<div class="flex items-center justify-end gap-2">
|
||||
|
||||
Reference in New Issue
Block a user