diff --git a/CHANGES.md b/CHANGES.md index e0e06af339..dea2dda88a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ - #3824: Dates and times are not translated - #3829: Rich text from LibreOffice Calc is sent as screenshots - #3830: The message textarea blocks undo of the pasted text +- #3852: Share XMPP address with web link on https://xmpp.link - #3863: Shift `unescapeHTML` helper function (used to set `isOnlyEmoji` on a message) to converse-headless - #3889: MUC join: Use room jids localpart as name in case name or identity not found - #3916: Add support for XEP-0461 Message Replies, allowing users to reply to specific messages diff --git a/src/plugins/muc-views/modals/templates/muc-details.js b/src/plugins/muc-views/modals/templates/muc-details.js index ae51506d24..ddb68aead9 100644 --- a/src/plugins/muc-views/modals/templates/muc-details.js +++ b/src/plugins/muc-views/modals/templates/muc-details.js @@ -66,7 +66,7 @@ export default (model) => { height="72" width="72">

${i18n_name}: ${model.get('name')}

-

${i18n_address}:

+

${i18n_address}: web


${i18n_desc}:

${ (model.get('subject')) ? subject(model) : '' } diff --git a/src/plugins/profile/templates/profile_modal.js b/src/plugins/profile/templates/profile_modal.js index fc84842722..d5e95c509c 100644 --- a/src/plugins/profile/templates/profile_modal.js +++ b/src/plugins/profile/templates/profile_modal.js @@ -145,7 +145,7 @@ export default (el) => {
-
${o.jid}
+
${o.jid} web
diff --git a/src/shared/modals/templates/user-details.js b/src/shared/modals/templates/user-details.js index 1972bdc563..2ef1dbe89f 100644 --- a/src/shared/modals/templates/user-details.js +++ b/src/shared/modals/templates/user-details.js @@ -233,7 +233,7 @@ export function tplUserDetailsModal(el) { : ''}
-
${o.jid}
+
${o.jid} web
${contact