mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Sync my stories with primary device
This commit is contained in:
@@ -77,4 +77,8 @@ export class UUID {
|
||||
}
|
||||
return new UUID(`${padded}-0000-4000-8000-${'0'.repeat(12)}`);
|
||||
}
|
||||
|
||||
public static fromString(value: string): UUIDStringType {
|
||||
return new UUID(value).toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user