fixed status actions not clearing notification read status

This commit is contained in:
Henry Jameson 2025-03-05 02:08:57 +02:00
commit 6fc42b123a
6 changed files with 10 additions and 1 deletions

View file

@ -67,6 +67,9 @@ export default {
'doAction',
'outerClose'
],
emits: [
'interacted'
],
components: {
StatusBookmarkFolderMenu,
EmojiPicker,
@ -121,6 +124,7 @@ export default {
}
},
doActionWrap (button, close = () => {}) {
this.$emit('interacted')
if (button.name === 'emoji') {
this.$refs.picker.showPicker()
} else {