tasks
tasks copied to clipboard
incorrect syntax check and linking → @[email protected] (not email address)
Steps to reproduce
- Create a task
- Add a fediverse handle like
@[email protected]to the title
Expected behavior
- (actually) no formatted/linked text for
@[email protected] - but if so, then the correct link (
@[email protected]→https://mastdon.social/@test)
Actual behaviour
- syntax ignores, that
@[email protected]is no mail address, but a fediverse address (with a leading @).
Example:
Calendar app version
4.6.7
CalDAV-clients used
No response
Browser
No response
Client operating system
No response
Server operating system
Linux 6.1.31-xenu-he x86_64
Web server
Apache
Database engine version
MySQL
PHP engine version
PHP 8.2
Nextcloud version
28.0.4
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
No response
Nextcloud configuration
No response
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response
This app uses the Linkify-directive from nextcloud-vue (https://github.com/nextcloud-libraries/nextcloud-vue/blob/150604d0cfb45c85509b9ee81deaee002f4a524d/src/utils/linkify.ts), which uses linkifyjs (https://github.com/nfrasser/linkifyjs) to turn text into links.
You have to open an issue with linkifyjs in order to get this fixed.
→ https://github.com/nfrasser/linkifyjs/issues/476