IBBoard
IBBoard
Twitter has always screwed third-party client developers over. Between features with no API, killing off streaming, rolling out the useless bits of the v2 API first, and putting in place...
Seems it happened to the `@cawbirdclient` account. But not to my account or to the test account that I use for posting junk to check calls without bothering other people...
Ah. Worked out what happened. I've got custom builds that use dev keys (because Twitter allowed you to create three sets of keys per app, to separate Live from Testing)....
Cawbird does support deleting DMs. We need a better UI, but I did it as a minimal-change approach because Corebird didn't support deletion. Within a conversation, you need to click...
It won't be the cache. It'll be in the database. That's at `~/.config/cawbird/accounts/.sqlite` but I'd recommend against editing it unless you know what you're doing, because Twitter only gives us...
I've just recreated this by deleting all of my tweets to a company. The thread still exists in the DM thread list, but the page is blank. I should be...
I added some extra logging into `_updateBackgroundEffects_BWP()` and it definitely gets a value in `effect`. And it's passing the expected values. But I've not worked out whether it's getting the...
I've been poking around in the script and trying to debug more. The `control-blur-effect-on-lockscreen` extension seems to work okay. Looking at their source code, it looks like it [gets the...
I think I've got a fix for this now. I just need to tidy up a few bits (in particular, it doesn't seem to apply new settings until the _second_...