Skip to content

Commit

Permalink
feat: 通知
Browse files Browse the repository at this point in the history
  • Loading branch information
Cbgogogog committed Dec 21, 2023
1 parent 0f50ce8 commit 8852634
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions meowchat/system/system.proto
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,10 @@ message ListUserIdByRoleResp {
}

message ListNotificationReq {
string userId = 1;
NotificationType type = 2;
optional basic.PaginationOptions paginationOptions = 3;
optional string userId = 1;
optional NotificationType type = 2;
optional NotificationTargetType targetType = 3;
optional basic.PaginationOptions paginationOptions = 4;
}

message ListNotificationResp {
Expand Down

0 comments on commit 8852634

Please sign in to comment.