Init payments message types
This commit is contained in:
parent
0c4b52a125
commit
6198b02640
26 changed files with 741 additions and 185 deletions
|
@ -82,6 +82,7 @@ export enum StoryViewsNRepliesTab {
|
|||
}
|
||||
|
||||
export type PropsType = {
|
||||
conversationTitle: string;
|
||||
authorTitle: string;
|
||||
canReply: boolean;
|
||||
getPreferredBadge: PreferredBadgeSelectorType;
|
||||
|
@ -115,6 +116,7 @@ export type PropsType = {
|
|||
};
|
||||
|
||||
export function StoryViewsNRepliesModal({
|
||||
conversationTitle,
|
||||
authorTitle,
|
||||
canReply,
|
||||
getPreferredBadge,
|
||||
|
@ -223,6 +225,7 @@ export function StoryViewsNRepliesModal({
|
|||
<Quote
|
||||
authorTitle={authorTitle}
|
||||
conversationColor="ultramarine"
|
||||
conversationTitle={conversationTitle}
|
||||
i18n={i18n}
|
||||
isFromMe={false}
|
||||
isGiftBadge={false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue