add: store is_like on reactions

This commit is contained in:
trisua 2025-03-24 22:49:15 -04:00
parent 382e3bc7a6
commit 0ea6b25138
5 changed files with 15 additions and 4 deletions

View file

@ -124,4 +124,5 @@ pub struct UpdateJournalEntryContext {
pub struct CreateReaction {
pub asset: usize,
pub asset_type: AssetType,
pub is_like: bool,
}