Skip to content

Commit

Permalink
feat(core): implement conversation flow (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 2, 2018
1 parent 63a9d8a commit cab37f8
Show file tree
Hide file tree
Showing 17 changed files with 524 additions and 168 deletions.
86 changes: 26 additions & 60 deletions core/api/node/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion core/api/node/service.proto
Expand Up @@ -33,7 +33,6 @@ service Service {

rpc ConversationCreate(berty.entity.Conversation) returns (berty.entity.Conversation);
rpc ConversationList(Void) returns (stream berty.entity.Conversation);
rpc ConversationAcceptInvite(berty.entity.Conversation) returns (berty.entity.Conversation);
rpc ConversationInvite(berty.entity.ConversationMember) returns (berty.entity.Conversation);
//rpc ConversationLeave(berty.entity.Conversation) returns (berty.entity.Conversation);
//rpc ConversationJoinRequest(berty.entity.Conversation) returns (berty.entity.Conversation);
Expand Down
1 change: 1 addition & 0 deletions core/api/p2p/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions core/api/p2p/kind.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cab37f8

Please sign in to comment.