-
-
Notifications
You must be signed in to change notification settings - Fork 663
Add button to view quote tweets #1284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hoping this gets approved soon |
Now in testing at https://xcancel.com |
Hi @unixfox it seems like it isn't clickable on your instance, did you forget to run ![]() |
Hello @IruzzArcana, Line 13 in e40c61a
I asked chatgpt and that's related to pointer-events being set to none: https://chatgpt.com/share/68bda708-6dc0-800e-ac35-0209311780d1 |
That's strange, because I clearly set |
Oops my bad. I'm dumb. It's my server side cache. Clearing it fixed the issue. Sorry for the noise! |
All good haha, glad you sorted that out 😅 |
been trying to run it for 5 days on nitter.poast.org including clearing nginx cache and it's still unclickable. I did the chatgpt thing 5 days ago and it didn't resolve either. to make sure it wasn't nginx caching I modified the version of the css from v19 to v20 to force it to pull a new one and nothing:
any ideas? |
Ran that about a dozen times the first day and about 6 today troubleshooting after reading the comments
|
on disk, style.css is proper. that's weird. no cloudflare or anything, so I wonder what's actually caching it because I blew out the temp and nitter cache testing it as well
|
IMO you should ask for help in the nitter matrix in order to avoid polluting the issue. |
last I tried to join the homeserver nitter was on blocked the homeserver we run, but i resolved it. thanks friend |
Makes quote button clickable to search quoted replies with
-from:quotedreplies url:{tweet_id}
.Resolves issue #134.