upd: improve post editing on polls
Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not
This commit is contained in:
parent
6fb8a633e0
commit
65a2ea6a74
4 changed files with 95 additions and 97 deletions
|
@ -217,6 +217,7 @@ export type Note = {
|
|||
clippedCount?: number;
|
||||
poll?: {
|
||||
expiresAt: DateString | null;
|
||||
expiredAfter: DateString | null;
|
||||
multiple: boolean;
|
||||
choices: {
|
||||
isVoted: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue