Clarify variable names and wording

This commit is contained in:
Ginger 2025-02-16 12:01:20 -05:00
parent 68ac194ed5
commit 514c75e0b5
6 changed files with 22 additions and 22 deletions

View file

@ -171,7 +171,7 @@ export const RoomInput = forwardRef<HTMLDivElement, RoomInputProps>(
fileItems.push({
...ef,
metadata: {
spoiled: false,
markedAsSpoiler: false,
},
})
);
@ -182,7 +182,7 @@ export const RoomInput = forwardRef<HTMLDivElement, RoomInputProps>(
originalFile: f,
encInfo: undefined,
metadata: {
spoiled: false,
markedAsSpoiler: false,
},
})
);