Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop

This commit is contained in:
Mar0xy 2023-09-29 00:57:53 +02:00
commit 4b87753564
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
35 changed files with 277 additions and 86 deletions

View file

@ -666,4 +666,7 @@ export type ModerationLog = {
} | {
type: 'unmarkSensitiveDriveFile';
info: ModerationLogPayloads['unmarkSensitiveDriveFile'];
} | {
type: 'createInvitation';
info: ModerationLogPayloads['createInvitation'];
});