Render group stories

This commit is contained in:
Josh Perez
2022-04-14 20:08:46 -04:00
committed by GitHub
parent 14ab7b9e0d
commit e3d537cbd3
24 changed files with 527 additions and 163 deletions

View File

@@ -617,7 +617,7 @@ export type ServerInterface = DataInterface & {
messageId?: string;
receivedAt?: number;
sentAt?: number;
storyId?: UUIDStringType;
storyId?: string;
}
) => Promise<Array<MessageTypeUnhydrated>>;
getNewerMessagesByConversation: (
@@ -687,7 +687,7 @@ export type ClientInterface = DataInterface & {
messageId?: string;
receivedAt?: number;
sentAt?: number;
storyId?: UUIDStringType;
storyId?: string;
}
) => Promise<Array<MessageAttributesType>>;
getNewerMessagesByConversation: (