Page MenuHomePhorge

D15075.1765070342.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D15075.1765070342.diff

diff --git a/lib/types/messages/update-relationship.js b/lib/types/messages/update-relationship.js
--- a/lib/types/messages/update-relationship.js
+++ b/lib/types/messages/update-relationship.js
@@ -71,8 +71,8 @@
operation: t.enums.of(['request_sent', 'request_accepted']),
});
-export const rawUpdateFarcasterRelationshipMessageInfoValidator: TInterface<RawUpdateRelationshipMessageInfo> =
- tShape<RawUpdateRelationshipMessageInfo>({
+export const rawUpdateFarcasterRelationshipMessageInfoValidator: TInterface<RawUpdateFarcasterRelationshipMessageInfo> =
+ tShape<RawUpdateFarcasterRelationshipMessageInfo>({
id: tID,
type: tNumber(messageTypes.UPDATE_RELATIONSHIP),
threadID: tID,
diff --git a/lib/utils/avatar-utils.js b/lib/utils/avatar-utils.js
--- a/lib/utils/avatar-utils.js
+++ b/lib/utils/avatar-utils.js
@@ -6,6 +6,7 @@
import { tShape, tString, tID } from './validation-utils.js';
import {
type ImageAvatarDBContent,
+ type EncryptedImageAvatarDBContent,
type UpdateUserAvatarRemoveRequest,
type UpdateUserAvatarRequest,
emojiAvatarDBContentValidator,
@@ -18,7 +19,7 @@
uploadID: tID,
});
-const encryptedImageAvatarDBContentValidator: TInterface<ImageAvatarDBContent> =
+const encryptedImageAvatarDBContentValidator: TInterface<EncryptedImageAvatarDBContent> =
tShape({
type: tString('encrypted_image'),
uploadID: tID,

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 1:19 AM (11 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841942
Default Alt Text
D15075.1765070342.diff (1 KB)

Event Timeline