feat(messaging): render masqueraded messages

This commit is contained in:
Paul
2021-11-04 20:55:26 +00:00
parent 7e7f9d0f23
commit d82573b5fc
9 changed files with 71 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ import styled, { css } from "styled-components";
export interface IconBaseProps<T> {
target?: T;
url?: string;
attachment?: Attachment;
size: number;