Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NcAvatar): handle regex error on initials match #5407

Merged
merged 1 commit into from Mar 15, 2024

Conversation

kyteinsky
Copy link
Contributor

@kyteinsky kyteinsky commented Mar 14, 2024

☑️ Resolves

  • Fix #…

🖼️ Screenshots

🏚️ Before 🏡 After
image Screenshot from 2024-03-14 23-22-32

🚧 Tasks

  • ...

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@kyteinsky kyteinsky requested a review from susnux March 14, 2024 17:53
@kyteinsky
Copy link
Contributor Author

hey, would it make sense to allow a few special symbols like # and &? They could be useful for some cases. One example could be the Slack integration that used to use a # symbol in the display name to create an icon for channels.

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
@susnux susnux merged commit dbc9f05 into master Mar 15, 2024
18 checks passed
@susnux susnux deleted the fix/nc-avatar-regex branch March 15, 2024 16:18
@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Mar 15, 2024
@susnux susnux added this to the 8.10.1 milestone Mar 15, 2024
@susnux
Copy link
Contributor

susnux commented Mar 15, 2024

would it make sense to allow a few special symbols like # and &?

I think they might bring back issues like #2044
Maybe those integrations can use emojis like talk or similar?

@kyteinsky
Copy link
Contributor Author

sure, I meant more like [#]{1} and [&]{1} or just user === '#'

@ShGKme ShGKme modified the milestones: 8.10.1, 8.11.0 Mar 15, 2024
@Antreesy Antreesy mentioned this pull request Mar 15, 2024
@susnux
Copy link
Contributor

susnux commented Apr 9, 2024

/backport to next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants