Merge branch 'develop' into refactor/types
This commit is contained in:
commit
1b076c96d7
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ export const NoteRepository = db.getRepository(Note).extend({
|
|||
uri: note.uri || undefined,
|
||||
url: note.url || undefined,
|
||||
updatedAt: note.updatedAt?.toISOString() || undefined,
|
||||
hasPoll: note.hasPoll,
|
||||
poll: note.hasPoll ? populatePoll(note, meId) : undefined,
|
||||
...(meId
|
||||
? {
|
||||
|
|
Loading…
Reference in a new issue