Add Fediverse event chat views. Closes #2679
This commit is contained in:
@@ -25,13 +25,13 @@ export const ChatSocialMessage: FC<ChatSocialMessageProps> = ({ message }) => {
|
||||
let Icon;
|
||||
|
||||
switch (type.toString()) {
|
||||
case 'follow':
|
||||
case 'FEDIVERSE_ENGAGEMENT_FOLLOW':
|
||||
Icon = FollowIcon;
|
||||
break;
|
||||
case 'like':
|
||||
case 'FEDIVERSE_ENGAGEMENT_LIKE':
|
||||
Icon = LikeIcon;
|
||||
break;
|
||||
case 'repost':
|
||||
case 'FEDIVERSE_ENGAGEMENT_REPOST':
|
||||
Icon = RepostIcon;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user