From bd250bf083ef4e99af085b9680438679cdd0c619 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Nov 2023 14:33:49 +0300 Subject: fixes #3865 (make Rate plugin deprecated) --- src/mir_app/src/newplugins.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 5c925891ad..0fadf63e72 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -132,6 +132,7 @@ static const MUUID pluginBannedList[] = { 0x26a9125d, 0x7863, 0x4e01, { 0xaf, 0x0e, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54 } }, // old Popup.dll { 0x69b9443b, 0xdc58, 0x4876, { 0xad, 0x39, 0xe3, 0xf4, 0x18, 0xa1, 0x33, 0xc5 } }, // mTextControl { 0x97724af9, 0xf3fb, 0x47d3, { 0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d } }, // msn + { 0x45230488, 0x977b, 0x405b, { 0x85, 0x6d, 0xea, 0x27, 0x6d, 0x70, 0x83, 0xb7 } }, // Rate }; bool isPluginBanned(const MUUID &u1) -- cgit v1.2.3