👔 No longer create permission for owner

This commit is contained in:
2026-01-13 22:51:13 +08:00
parent 1173f98ec6
commit 28a13f7baf
4 changed files with 6 additions and 79 deletions

View File

@@ -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
);