1
0

use assignMyReaction in channel, hashtag, role-timeline, and user-list channels

This commit is contained in:
Hazelnoot
2025-02-25 20:54:54 -05:00
parent 019e60d9a4
commit 30b2bfb184
4 changed files with 14 additions and 27 deletions
@@ -48,7 +48,11 @@ class RoleTimelineChannel extends Channel {
if (this.isNoteMutedOrBlocked(note)) return;
this.send('note', note);
const clonedNote = await this.assignMyReaction(note);
this.connection.cacheNote(clonedNote);
this.send('note', clonedNote);
} else {
this.send(data.type, data.body);
}