引用RNのリアクションが👍になってしまうバグを修正

This commit is contained in:
NullCat 2023-02-16 21:54:54 +09:00
parent eb01061628
commit ba6f408073

View File

@ -166,7 +166,7 @@ export default class 藍 {
// リアクションする
this.api('notes/reactions/create', {
noteId: data.id,
reaction: ':catchan:'
reaction: '💙'
});
});