Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Message.getJSON() does not contain all properties #488

Open
Simon-Laux opened this issue Nov 5, 2020 · 1 comment
Open

Message.getJSON() does not contain all properties #488

Simon-Laux opened this issue Nov 5, 2020 · 1 comment

Comments

@Simon-Laux
Copy link
Member

Simon-Laux commented Nov 5, 2020

some file properties are missing - we should add them.
and after that cleanup the MessageType in desktop that is mostly there as an workaround around the message.getJSON not providing all values.

@Simon-Laux
Copy link
Member Author

Simon-Laux commented Apr 26, 2022

current definition in desktop:

export type MessageType = JsonMessage & {
  sender: JsonContact
  setupCodeBegin?: string
  file_mime: string | null
  file_bytes: number | null
  file_name: string | null
}

so this issue is still valid?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant