Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32179366
D15027.1765072930.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
847 B
Referenced Files
None
Subscribers
None
D15027.1765072930.diff
View Options
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
@@ -374,7 +374,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
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 2:02 AM (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840958
Default Alt Text
D15027.1765072930.diff (847 B)
Attached To
Mode
D15027: [Flow262][skip-ci] Remove %checks
Attached
Detach File
Event Timeline
Log In to Comment