Same here, big red admin warning about this plugin appearing after upgrading Discourse.
@Lhc_fl
What does the warning say, is it this one again?
No, it was general it made an error and link to disable it.
Make sure the TC is up to date.
The TC has been updated to work with the latest Discourse version.
It is.
1 Like
I misread your error. I thought it was a deprecation error.
Can you check your browser’s console and paste any error here?
1 Like
[THEME 4 'hide ignored user's topics'] TypeError: r.topic.creator is undefined
default init.js:19
y transformer.js:353
get additionalClasses item.gjs:189
Ember 35
client-error-handler.js:125:12
f client-error-handler.js:125
reportGenericError client-error-handler.js:71
handleDiscourseError client-error-handler.js:45
Ember 4
y transformer.js:359
get additionalClasses item.gjs:189
Ember 35
2 Likes
I made a quick PR to fix it:
1 Like
Now
[THEME 5 'hide ignored user's topics'] TypeError: r.creator is undefined
default init.js:21
y transformer.js:353
get additionalClasses item.gjs:189
Can you share the context of this error, like what triggers it? I’m not sure how you reproduce the error. (I’ve updated the PR).
I guess this happens when any deleted topic from the deleted author is shown. When the author was banned+deleted, and not even the nickname is left.
1 Like
Yep, current MR works fine, thanks!
1 Like
Thanks for your catch! I merged it.
2 Likes