[mirotalksfu] - add editor pin/unpin

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-14 19:44:56 +02:00
الأصل b30b693006
التزام bc3775c051
8 ملفات معدلة مع 92 إضافات و10 حذوفات

عرض الملف

@@ -285,6 +285,9 @@ class Transcription {
if (rc.isChatPinned) {
return userLog('info', 'Please unpin the chat that appears to be currently pinned', 'top-end');
}
if (rc.isEditorPinned) {
return userLog('info', 'Please unpin the editor that appears to be currently pinned', 'top-end');
}
this.isPinned ? this.unpinned() : this.pinned();
rc.sound('click');
}