Skip to content

Commit c237c48

Browse files
author
jeffyanta
authored
Introduce a new v2 service for chats (#36)
* Initial APIs for sending chat messages with real-time updates * Add missing proto validation * Add a placeholder thank you message content * Define a new v2 Chat service * Add missing validation to GetMessagesRequest.member_id * Add missing result codes * Expand allowable chat v2 cursor byte range * First pass at a new RPC to start two-way chats, initially from a tip * Move some ChatMetadata fields into ChatMember * Update ChatMember field comments * Add a new chat RPC for revealing identity * Add IDENTITY_ALREADY_REVEALED to RevealIdentityResponse result * Small refactor on chat stuff * Add relevant fields to IdentityRevealedContent * Add additional comments and a few minor tweaks * Fill out more comments within the chat models
1 parent e4bd70c commit c237c48

18 files changed

Lines changed: 13935 additions & 1222 deletions

generated/go/chat/v1/chat_service.pb.go

Lines changed: 1285 additions & 325 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/go/chat/v1/chat_service.pb.validate.go

Lines changed: 1012 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/go/chat/v1/chat_service_grpc.pb.go

Lines changed: 106 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)