File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " restsend-sdk"
3- version = " 1.0.6 "
3+ version = " 1.0.7 "
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ impl ClientStore {
229229 if conversation. unread == 0 {
230230 let start_seq = conversation. start_seq . max ( conversation. last_read_seq ) ;
231231 let diff = conversation. last_seq - start_seq;
232- conversation. unread = diff. min ( 0 ) ;
232+ conversation. unread = diff. max ( 0 ) ;
233233 }
234234
235235 results. push ( ValueItem {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RestsendSdk"
3- s . version = "1.0.6 "
3+ s . version = "1.0.7 "
44 s . summary = "Restsend client sdk for iOS"
55 s . homepage = "https://github.com/restsend/restsend-rs"
66 s . license = { :type => "MIT" }
You can’t perform that action at this time.
0 commit comments