Skip to content

feat(3354): Randomly generate private channel role names#3355

Open
islathehut wants to merge 15 commits into
featureBranch/private-channels-reduxfrom
feat/3354-randomly-generated-private-channel-role-names
Open

feat(3354): Randomly generate private channel role names#3355
islathehut wants to merge 15 commits into
featureBranch/private-channels-reduxfrom
feat/3354-randomly-generated-private-channel-role-names

Conversation

@islathehut

@islathehut islathehut commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Pull Request Checklist

  • I have linked this PR to a related GitHub issue.
  • I have added a description of the change (and Github issue number, if any) to the root CHANGELOG.md.

(Optional) Mobile checklist

Please ensure you completed the following checks if you did any changes to the mobile package:

  • I have run e2e tests for mobile
  • I have updated base screenshots for visual regression tests

@islathehut islathehut changed the title Feat/3354 randomly generated private channel role names feat(3354): Randomly generate private channel role names Jul 13, 2026
@islathehut islathehut linked an issue Jul 13, 2026 that may be closed by this pull request
@islathehut
islathehut requested a review from adrastaea July 13, 2026 18:09
…edux' into feat/3354-randomly-generated-private-channel-role-names

@adrastaea adrastaea left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one type issue, but otherwise fine.

@@ -93,6 +95,12 @@ class UserService extends ChainServiceBase {
return users[0]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can return undefined as long as throwOnMissing is not true, so the type definition for the returned value is incorrect. Same with getMyUser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use random private channel role names

2 participants