mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
GIF attachments
This commit is contained in:
committed by
Scott Nonnenberg
parent
5f17d01f49
commit
caf1d4c4da
@@ -476,6 +476,10 @@ try {
|
||||
activeWindowService
|
||||
);
|
||||
|
||||
window.Accessibility = {
|
||||
reducedMotionSetting: Boolean(config.reducedMotionSetting),
|
||||
};
|
||||
|
||||
window.isValidGuid = maybeGuid =>
|
||||
/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i.test(
|
||||
maybeGuid
|
||||
|
||||
Reference in New Issue
Block a user