Skip to content

Commit

Permalink
feat: pass user label to collabora via postmessage
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody authored and juliusknorr committed Dec 13, 2024
1 parent 3d5569c commit 1d4c813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mixins/uiMention.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default {
const list = users.map((user) => {
const profile = window.location.protocol + '//' + getNextcloudUrl() + '/index.php/u/' + user.id
return {
username: user.label,
label: user.label,
username: user.id,
profile,
}
})
Expand Down

0 comments on commit 1d4c813

Please sign in to comment.