mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
feat(core): add docRole to inviteUserDocRole tracking event (#11501)
close AF-2476
This commit is contained in:
@@ -624,6 +624,7 @@ export type EventArgs = {
|
||||
modifyDocDefaultRole: { role: string };
|
||||
inviteUserDocRole: {
|
||||
control: 'member list';
|
||||
role: string;
|
||||
};
|
||||
openInbox: { unreadCount: number };
|
||||
clickNotification: {
|
||||
|
||||
Reference in New Issue
Block a user