Skip to content

Commit

Permalink
Merge pull request #36 from wireapp/staging
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
dkovacevic authored Feb 12, 2021
2 parents 0beb877 + a351fc7 commit 9b55a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wire/bots/roman/MessageHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public void onNewConversation(WireClient client, SystemMessage msg) {

OutgoingMessage message = new OutgoingMessage();
message.botId = botId;
message.userId = msg.from;
message.conversationId = msg.conversation.id;
message.userId = msg.conversation.creator;
message.messageId = msg.id;
message.type = "conversation.init";
message.text = msg.conversation.name;
Expand Down

0 comments on commit 9b55a8f

Please sign in to comment.