mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Update reactions-viewer.reaction.vue
This commit is contained in:
parent
5fc0978ff3
commit
c0b91059cc
@ -99,6 +99,7 @@ export default Vue.extend({
|
||||
this.closeDetails();
|
||||
},
|
||||
openDetails() {
|
||||
if (this.$root.isMobile) return;
|
||||
this.$root.api('notes/reactions', {
|
||||
noteId: this.note.id
|
||||
}).then((reactions: any[]) => {
|
||||
|
Loading…
Reference in New Issue
Block a user