Skip to content

Commit

Permalink
update the topic
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 25, 2023
1 parent 1b9c9a0 commit ece91cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMTP/Messages/Topic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum Topic {
case let .directMessageV2(randomString):
return wrap("m-\(randomString)")
case let .allowList(identifier):
return wrap("privatestore-\(identifier)/allowlist")
return wrap("pppp-\(identifier)")
}
}

Expand Down

0 comments on commit ece91cf

Please sign in to comment.