feat: kickstart media bubble

This commit is contained in:
Shivam Mishra
2024-11-27 19:05:07 +05:30
parent 230279cafe
commit 226d7ceb03
4 changed files with 104 additions and 11 deletions
@@ -33,3 +33,16 @@ export const MESSAGE_STATUS = {
FAILED: 'failed',
PROGRESS: 'progress',
};
export const ATTACHMENT_TYPES = {
IMAGE: 'image',
AUDIO: 'audio',
VIDEO: 'video',
FILE: 'file',
LOCATION: 'location',
FALLBACK: 'fallback',
SHARE: 'share',
STORY_MENTION: 'story_mention',
CONTACT: 'contact',
IG_REEL: 'ig_reel',
};