لوحة المعلومات تظهر أخطاء تكامل الدردشة عند تعطيل المكون الإضافي

I’ve got a site where chat integration plugin is installed, but not enabled. At some point I think they’d tried to configure it, but I have now deleted all of the settings and disabled the plugin, and this persists on the admin panel:

Some chat integration channels have errors. Visit the chat integration section to find out more.

إعجاب واحد (1)

You would need to go delete the channels with the webhooks. It’s finding an issue there and brings up the error.

mysite.com/admin/plugins/chat-integration/<discord/slack/etc>

Seems like the disable plugin does not filter thought to those settings.

إعجاب واحد (1)

That’s how it seems. That seems like a bug.

As a stopgap, I did a rm -rf plugins/*chat*; sv restart unicorn, so now I can’t see whether I can discern where I might change those things in rails.

Thanks for your help.

إعجاب واحد (1)