Skip to content
Snippets Groups Projects
Commit 2506dc11 authored by Anton Sattarov's avatar Anton Sattarov
Browse files

fix

parent fcab111d
No related branches found
No related tags found
1 merge request!60API Сервиса Mailbox
......@@ -50,7 +50,7 @@ service Mailbox {
rpc Send(SendRequest) returns(google.protobuf.Empty) {};
// Получение уведомлений, поле recipients в Notification всегда содержит только получателя из запроса
rpc List(ListRequest) returns (ListResponse);
rpc List(ListRequest) returns(ListResponse);
// Пометка уведомлений как прочитанных
rpc MarkAsRead(MarkAsReadRequest) returns(google.protobuf.Empty) {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment