An application to use Bluesky lexicons in a slightly different way
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 269 B view raw
1/** 2 * Rabbit-specific constants and utilities. 3 * Note: RabbitPost types have been removed in favor of LeafletLinearDoc and BlueskyPost. 4 */ 5 6/** 7 * Maximum characters allowed in a single Bluesky post (AT Protocol limit) 8 */ 9export const BLUESKY_POST_MAX_LENGTH = 300