Kuba Suder
Kuba Suder
Recently, an `#account` event type has been added to the firehose protocol: https://github.com/bluesky-social/atproto/pull/2263 As Bryan mentioned here, the firehose started emitting these events a few days ago: https://bsky.app/profile/bnewbold.net/post/3ktqmfshiud2l These are...
Example: Original post: https://bsky.app/profile/mackuba.eu/post/3kvhsyfjr7s2s Bridged post: https://mastodon.social/@[email protected]/112657049369567769 The ` ` fragment has been stripped - probably the angular brackets should be escaped to lt/gt first.
Example: This is a view of my post: https://bsky.app/profile/mackuba.eu/post/3kved2m6p4c2d - which is quoting Laurens' bridged post - as seen on Misskey. The bridged Misskey view of my post correctly renders...
**Is your feature request related to a problem? Please describe.** The max length for the alt text is set to 1000 right now at the UI level. This is often...
I've updated my Matomo deb package to the latest one, and the diagnostics page now shows something like this: > File integrity check failed and reported some errors. You should...
https://github.com/ericvolp12/jetstream Ideally it should be pluggable as a different source that works exactly the same, no other changes needed (maybe extra params).
Example: https://bsky.app/profile/npub1wmr34t36fy03m8hvgl96zl3znndyzyaqhwmwdtshwmtkg03fetaqhjg240.momostr.pink.ap.brid.gy/post/3l2nd3spn2r72 Link is rendered as: `` without a link facet: On Mastodon it looks like this: And it seems that there is a normal `` in the `bridgyOriginalText` too.
**Describe the bug** I'm going through one of my feeds that I have pinned in the top tabs, clicking on some posts and going back to the feed. I've noticed...
There is a problem in the `FirehoseSubscriptionBase` implementation of [`updateCursor()`](https://github.com/bluesky-social/feed-generator/blob/main/src/util/subscription.ts#L58-L64). It makes an update to the `sub_state` table to put the current cursor state there, but since no one has...
Related to #974: there is a broader issue with the catchup logic in https://github.com/bluesky-social/indigo/blob/main/events/events.go that unfortunately can't be solved with one line (I think). The problem is when a client...