mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
export function getMessageModel(attributes: any) {
|
|
// @ts-ignore
|
|
return new window.Whisper.Message(attributes);
|
|
}
|