Skip to content

Commit 74e00d6

Browse files
authored
Update MeTopic.swift
fix misspelled name
1 parent 3cfafe0 commit 74e00d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TinodeSDK/MeTopic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ open class MeTopic<DP: Codable & Mergeable>: Topic<DP, PrivateType, DP, PrivateT
223223
topic.online = false
224224
topic.lastSeen = LastSeen(when: Date(), ua: nil)
225225
case .kMsg: // new message received
226-
topic.setSetAndFetch(newSeq: pres.seq)
226+
topic.setSeqAndFetch(newSeq: pres.seq)
227227
if pres.act == nil || tinode!.isMe(uid: pres.act!) {
228228
assignRead(to: topic, read: pres.seq)
229229
}

0 commit comments

Comments
 (0)