Compare commits
1 Commits
backport/7
...
automated/
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c547411d06 |
8
composer.lock
generated
8
composer.lock
generated
@@ -492,12 +492,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "abd32429d794ede1d92b7b0a88a1070371c907b5"
|
||||
"reference": "4a55dcdbff0ae2062a8e3cdb905fc4d6076240b9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/abd32429d794ede1d92b7b0a88a1070371c907b5",
|
||||
"reference": "abd32429d794ede1d92b7b0a88a1070371c907b5",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/4a55dcdbff0ae2062a8e3cdb905fc4d6076240b9",
|
||||
"reference": "4a55dcdbff0ae2062a8e3cdb905fc4d6076240b9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -532,7 +532,7 @@
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable31"
|
||||
},
|
||||
"time": "2025-07-31T00:57:37+00:00"
|
||||
"time": "2025-10-03T00:46:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
@@ -125,7 +125,7 @@ export default {
|
||||
if (mention.attributes['data-at-embedded'].value === 'true') {
|
||||
mentionValue = mention.parentNode.parentNode.querySelector('.user-bubble__wrapper').attributes['data-mention-id'].value
|
||||
} else {
|
||||
mentionValue = mention.firstElementChild.attributes['data-mention-id'].value
|
||||
mentionValue = mention.firstChild.attributes['data-mention-id'].value
|
||||
}
|
||||
if (mentionValue.indexOf(' ') !== -1) {
|
||||
mention.replaceWith(' @"' + mentionValue + '" ')
|
||||
|
||||
Reference in New Issue
Block a user