You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following stacktrace on up-to-date glitch-soc based instances:
TypeError: ActionElement.closest(...) is null protootshelpers.js:56:16
addTypeAttribute protootshelpers.js:56
addtoTootObserver protoots.js:152
main protoots.js:107
forEach self-hosted:157
main protoots.js:107
The text was updated successfully, but these errors were encountered:
Seems like the extension is trying to add pronouns to the indicator showing the currently logged-in user. It matches on the "account" class, which must have been recently added to that element.
Adding a if (hasClasses(ActionElement, "account--minimal")) return; somewhere in the stack should resolve the type error. I'll look for a nice place to put that later today :3
In the meantime, I've also noticed that clicking on somebody's username to open their profile and then navigating back causes two ProPlates to be added to some (but not all) usernames 🥴
I get the following stacktrace on up-to-date glitch-soc based instances:
The text was updated successfully, but these errors were encountered: