👔 No longer create permission for owner
This commit is contained in:
@@ -8,8 +8,8 @@ public static class FileUploadedEvent
|
||||
public record FileUploadedEventPayload(
|
||||
string FileId,
|
||||
Guid RemoteId,
|
||||
string StorageId,
|
||||
string ContentType,
|
||||
string? StorageId,
|
||||
string? ContentType,
|
||||
string ProcessingFilePath,
|
||||
bool IsTempFile
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user