Kaynağa Gözat

done small lists in right bar

unknown 2 yıl önce
ebeveyn
işleme
d7499fd16b

BIN
audios/62275dbc1f60894d30cce0c9/audioMessage1648731854880.mp3


BIN
audios/62275dbc1f60894d30cce0c9/audioMessage1648731866397.mp3


BIN
audios/62275dbc1f60894d30cce0c9/song.mp3


+ 3 - 0
controllers/messages.js

@@ -95,6 +95,7 @@ const imageMessage = async (req, res, next) => {
 		const DIR_IMAGES = process.env.DIR_IMAGES;
 		const pathToFile = req.file.path;
 		const newNameImg = req.file.originalname;
+		const fullType = req.file.mimetype;
 		await Jimp.read(pathToFile);
 		await createFolderIsExist(path.join(DIR_IMAGES, userId));
 		await fs.rename(pathToFile, path.join(DIR_IMAGES, userId, newNameImg));
@@ -109,6 +110,7 @@ const imageMessage = async (req, res, next) => {
 				color,
 				number,
 				type: 'image',
+				fullType,
 				companionId: id,
 				owner: userId,
 			});
@@ -120,6 +122,7 @@ const imageMessage = async (req, res, next) => {
 				color,
 				number,
 				type: 'image',
+				fullType,
 				companionId: userId,
 				owner: id,
 			});

BIN
videos/62275dbc1f60894d30cce0c9/sample-5s.mp4


BIN
videos/62275dbc1f60894d30cce0c9/videoMessage1648731635281.mp4