Skip to content

Commit

Permalink
Rm isFromContact chatpluginrenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Holy committed Feb 9, 2021
1 parent 2012e4d commit c44efc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {RichText} from '../../components/RichText';
import {RichCard} from '../../components/RichCard';
import {Text} from '../../components/Text';
import {ContentUnion} from './chatPluginModel';
import {Message, isFromContact} from 'httpclient';
import {Message} from 'httpclient';

export const ChatPluginRender = (props: MessageRenderProps) => {
const {message} = props;
Expand Down

0 comments on commit c44efc5

Please sign in to comment.