Skip to content

Commit 74b6959

Browse files
fix: Fixes an inconsistency in how a change of the Conversation Muted status is reported between Android and other platforms (#547) (#2135)
The number sent from Android - which identifies the new conversation's muted state - was different from other platforms and couldn't be interpreted properly on them. Also, the `muteTime` property was set to a time in the past, which on iOS was interpreted as that the event has already taken place and was ignored. fixes https://wearezeta.atlassian.net/browse/AN-6224 fixes https://wearezeta.atlassian.net/browse/AN-6210
1 parent f45b36f commit 74b6959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222
playServicesVersion = '15.0.1'
2323
audioVersion = System.getenv("AUDIO_VERSION") ?: '1.209.0@aar'
2424
stethoVersion = '1.5.0'
25-
zMessagingVersion = "141.0.2275"
25+
zMessagingVersion = "141.0.2277"
2626
paging_version = "1.0.0"
2727

2828
avsVersion = '4.9.170@aar'

0 commit comments

Comments
 (0)