-
Notifications
You must be signed in to change notification settings - Fork 56
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
Make URLs in notification message clickable #1029
Comments
Lets track this in #1038 |
That's totally not related. In the above case the problem is that links in Talk chat messages are currently always only rendered in the UI. |
Oh yes, sorry. Didn't read accurate enough |
This comment has been minimized.
This comment has been minimized.
It's not related, see the other issue for the fixing PR. |
@p-bo If you're familiar with your browser's developer tools, would you be able to post the response (with sensitive data replaced by |
{
"ocs": {
"meta": {
"status": "ok",
"statuscode": 200,
"message": "OK"
},
"data": [
{
"notification_id": 1017,
"app": "spreed",
"user": "admin",
"datetime": "2021-07-02T14:11:51+00:00",
"object_type": "chat",
"object_id": "rvjekc38",
"subject": "Bennet Bernetto mentioned you in a private conversation",
"message": "Hi @Adrian Ada https://nextcloud23.local/index.php/apps/spreed/",
"link": "https://nextcloud23.local/index.php/call/rvjekc38",
"subjectRich": "{user} mentioned you in a private conversation",
"subjectRichParameters": {
"user": {
"type": "user",
"id": "9110bb9c-0e61-48a8-9abf-0217e806d55a",
"name": "Bennet Bernetto"
},
"call": {
"type": "call",
"id": 24,
"name": "Bennet Bernetto",
"call-type": "one2one"
}
},
"messageRich": "Hi {mention-user1} see this link https://nextcloud23.local/index.php/apps/spreed/",
"messageRichParameters": {
"mention-user1": {
"type": "user",
"id": "admin",
"name": "Adrian Ada"
}
},
"icon": "https://nextcloud23.local/appsbabies/spreed/img/app-dark.svg",
"actions": [
{
"label": "View chat",
"link": "https://nextcloud23.local/index.php/call/rvjekc38",
"type": "WEB",
"primary": false
}
]
}
]
}
} |
This comment has been minimized.
This comment has been minimized.
For this issue here, it's completely different request. |
Oops, I'm sorry, I totally missed that link. 🤦 |
@caugner I would very like to help with more clarification of this, but unfortunately I'm not familiar with (any) browser's developer tools (I'm mere mortal/translator ;-) ) thus unfortunately cannot help with technical details. |
Not sure from which app this comes from |
You demanded to create new issue for it, thus doing so (it is exactly the same problem for me). Links are unclickable even in current version - no change.
Totally agree here, woud be cool to be able to click links to have them open in a new tab. :)
For example if I get a link via Nextcloud Talk, on the desktop I can actually click the link in the notification. In the web interface it’s not clickable:
![Ability to click links in notifications](https://user-images.githubusercontent.com/925062/62781802-09582b00-bab9-11e9-8ab0-ee18ffcc4791.png)
Originally posted by @jancborchardt in #343 (comment)
The text was updated successfully, but these errors were encountered: