Support unarchiving
This commit is contained in:
@@ -20,7 +20,7 @@ public class ArchiveItemHandler(IValueStore<Item> valueStore,
|
||||
|
||||
if (await context.FindAsync<ItemEntry>(item.Id) is ItemEntry result)
|
||||
{
|
||||
result.State = 3;
|
||||
result.State = 2;
|
||||
await context.SaveChangesAsync();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user