-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #36: Feature/MCA-2042 send contextual metadata
Merge in MML/infobip-mobile-messaging-huawei from feature/MCA-2042_send_contextual_metadata to release_3.0.0 Squashed commit of the following: commit cbe2bff80a4070c34f97d0e7c3049f4c18accf02 Author: Matuš Tokar <[email protected]> Date: Tue Sep 13 15:54:17 2022 +0200 manual merge commit 312c18479931ea601a4f7e64f83acaed73c9def2 Merge: 50e25ff 7bed55f Author: Matuš Tokar <[email protected]> Date: Tue Sep 13 15:34:44 2022 +0200 Merge branch 'release_3.0.0' into feature/send_contextual_metadata commit 50e25ff Author: Olga Koroleva <[email protected]> Date: Tue Jun 28 10:52:27 2022 +0300 Revert "note about geo" This reverts commit ba8373f. commit ba8373f Author: Olga Koroleva <[email protected]> Date: Tue Jun 28 10:45:31 2022 +0300 note about geo
- Loading branch information
Matuš Tokar
authored and
Matuš Tokar
committed
Sep 16, 2022
1 parent
7bed55f
commit 63d312e
Showing
9 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/core/MMChatMultiThreadFlag.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package org.infobip.mobile.messaging.chat.core; | ||
|
||
public enum MMChatMultiThreadFlag { | ||
ACTIVE, | ||
ALL | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters