diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:33:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:33:55 +0300 |
commit | bd250bf083ef4e99af085b9680438679cdd0c619 (patch) | |
tree | dc0bbefce167fd1e50a5e28e180e8c11d1f55819 /src | |
parent | 439c784163305dd511748b576cae4ef689800c4e (diff) |
fixes #3865 (make Rate plugin deprecated)
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)
|