Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Feb 19, 2024
1 parent 90af3fa commit 6a543fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ message Notification {
Export export = 8;
GalleryImport galleryImport = 9;
RequestToJoin requestToJoin = 10;
Test test = 11;
}
string space = 7;

Expand Down Expand Up @@ -999,6 +1000,8 @@ message Notification {
string identityIcon = 4;
}

message Test {}

enum Status {
Created = 0;
Shown = 1;
Expand Down

0 comments on commit 6a543fc

Please sign in to comment.