Skip to content

Commit

Permalink
Merge pull request #501 from xmtp/rygine/change-pppp-topic
Browse files Browse the repository at this point in the history
Update user preferences topic
  • Loading branch information
rygine authored Dec 6, 2023
2 parents 43c270d + c98e2b8 commit 72ff335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const buildUserPrivateStoreTopic = (addrPrefixedKey: string): string => {
}

export const buildUserPrivatePreferencesTopic = (identifier: string) =>
buildContentTopic(`user-preferences-${identifier}`)
buildContentTopic(`userpreferences-${identifier}`)

// validate that a topic only contains ASCII characters 33-127
export const isValidTopic = (topic: string): boolean => {
Expand Down

0 comments on commit 72ff335

Please sign in to comment.