You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/session/protocols/MultiDeviceProtocol.ts

7 lines
277 B
TypeScript

// TODO: Populate this with multi device specific code, e.g getting linked devices for a user etc...
// We need to deprecate the multi device code we have in js and slowly transition to this file
export function implementStuffHere() {
throw new Error("Don't call me :(");
}