mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Sync MyStories using the ID not the name
This commit is contained in:
@@ -77,8 +77,4 @@ 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