Update changelog for previous revert and add title
for img emoji
This commit is contained in:
parent
a65da05094
commit
33f62bb93c
@ -3,6 +3,7 @@
|
||||
## 8.0.0 (Unreleased)
|
||||
|
||||
- #1083: Add support for XEP-0393 Message Styling
|
||||
- Bugfix: `null` inserted by emoji picker and can't switch between skintones
|
||||
- New configuration setting: [show_tab_notifications](https://conversejs.org/docs/html/configuration.html#show-tab-notifications)
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -126,6 +126,7 @@ export function getEmojiMarkup (data, options={unicode_only: false, add_title_wr
|
||||
const path = api.settings.get('emoji_image_path');
|
||||
return html`<img class="emoji"
|
||||
draggable="false"
|
||||
title="${shortname}"
|
||||
alt="${emoji}"
|
||||
src="${path}/72x72/${data.cp}.png"/>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user