signal-desktop/ts/shims/Whisper.ts

5 lines
118 B
TypeScript
Raw Normal View History

2019-01-14 21:49:58 +00:00
export function getMessageModel(attributes: any) {
// @ts-ignore
return new window.Whisper.Message(attributes);
}