-
Notifications
You must be signed in to change notification settings - Fork 29
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
support .
in mentions
#150
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #150 +/- ##
=========================================
Coverage 97.83% 97.83%
=========================================
Files 8 8
Lines 1617 1617
Branches 326 216 -110
=========================================
Hits 1582 1582
- Misses 33 34 +1
+ Partials 2 1 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, LGTM!
@@ -6,6 +6,7 @@ | |||
### Improvements | |||
|
|||
### Changes | |||
- allow `.` in mentions (like `@[email protected]`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please copy the whole changelog template to uncommented section and add changelog, thanks!
<!--
## 0.x.x (unreleased)
### Features
### Improvements
### Changes
### Bugfixes
-->
## 0.x.x (unreleased)
### Features
### Improvements
### Changes
- allow `.` in mentions (like `@[email protected]`)
### Bugfixes
What
support
.
in mentionsWhy
fix mentioning bridged bluesky users
Additional info (optional)