Skip to content

Commit

Permalink
use group id for topic
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Feb 7, 2024
1 parent 7ef5510 commit 33c20c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMTPiOS/Group.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public struct Group: Identifiable, Equatable, Hashable {

return DecodedMessage(
client: client,
topic: "",
topic: id.toHex,
encodedContent: encodedContent,
senderAddress: ffiMessage.addrFrom,
sent: Date(timeIntervalSince1970: TimeInterval(ffiMessage.sentAtNs / 1_000_000_000))
Expand Down

0 comments on commit 33c20c0

Please sign in to comment.