1
0

support reactions in mastodon API

This commit is contained in:
Hazelnoot
2025-03-22 18:18:54 -04:00
parent fbdee815da
commit 3c54680860
8 changed files with 82 additions and 54 deletions
+1
View File
@@ -2555,6 +2555,7 @@ export default class Misskey implements MegalodonInterface {
}))
}
// TODO implement
public async getEmojiReaction(_id: string, _emoji: string): Promise<Response<Entity.Reaction>> {
return new Promise((_, reject) => {
const err = new NoImplementedError('misskey does not support')