Page MenuHomePhorge

D15027.1765115861.diff
No OneTemporary

Size
847 B
Referenced Files
None
Subscribers
None

D15027.1765115861.diff

diff --git a/lib/shared/message-utils.js b/lib/shared/message-utils.js
--- a/lib/shared/message-utils.js
+++ b/lib/shared/message-utils.js
@@ -507,7 +507,7 @@
function isInvalidSidebarSource(
message: RawMessageInfo | MessageInfo,
-): boolean %checks {
+): boolean {
return (
(message.type === messageTypes.REACTION ||
message.type === messageTypes.EDIT_MESSAGE ||
diff --git a/lib/types/identity-service-types.js b/lib/types/identity-service-types.js
--- a/lib/types/identity-service-types.js
+++ b/lib/types/identity-service-types.js
@@ -366,7 +366,7 @@
export type IdentityDeviceType = $Values<typeof identityDeviceTypes>;
-function isIdentityDeviceType(deviceType: number): boolean %checks {
+function isIdentityDeviceType(deviceType: number): boolean {
return (
deviceType === 0 ||
deviceType === 1 ||

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 1:57 PM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844414
Default Alt Text
D15027.1765115861.diff (847 B)

Event Timeline