fix
This commit is contained in:
@@ -481,6 +481,7 @@ export class AdminUserInsightsService {
|
||||
if (type === 'AUDIO' || type === 'VOICE') return '[Аудио]';
|
||||
if (type === 'VIDEO') return '[Видео]';
|
||||
if (type === 'VIDEO_NOTE') return '[Кружок]';
|
||||
if (type === 'LOCATION') return '[Геопозиция]';
|
||||
if (type === 'FILE') return '[Файл]';
|
||||
if (type === 'POLL') return '[Опрос]';
|
||||
if (type === 'SYSTEM') return '[Системное сообщение]';
|
||||
|
||||
Reference in New Issue
Block a user