Tiny Tiny RSS: Some plugins are getting renamed and need to be re-activated
-
Relevant for the next TT-RSS update:
https://discourse.tt-rss.org/t/some-plugins-are-getting-renamed/2685
plugin host has a priority-based system for hooks now so this stupid hack with adding endless Zs to names is finally no longer needed.
therefore, some plugins are getting de-zz-ified. because tt-rss class loader expects class name for plugins to match plugin directory name, you will need to rename some external plugins after next git update, if you were using them:af_zz_img_phash -> af_img_phash af_zz_api_resize -> api_resize_mediabundled plugins are going to rename themselves after git checkout, but you will need to enable them again in preferences -> plugins if you were using them.
af_zz_imgproxy -> af_proxy_httpfor plugins that use native plugin storage (not required but that’s where plugin settings are):
update ttrss_plugin_storage set name = 'Af_Img_Phash' where name = 'Af_Zz_Img_Phash' update ttrss_plugin_storage set name = 'Af_Proxy_Http' where name = 'Af_Zz_ImgProxy'
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đŸ’—
Register Login