alemi
7f996aa2c1
basically relays send us a lot of announce activities to share posts but we don't care about those activities: it's db bloat and it increases the shares count. keep a table keeping track of followed relays and lazily skip activities by them, just fetch. IMPORTANT relays are only loaded at startup, so if you subscribe to a new relay restart your server once it accepts!!! |
||
---|---|---|
.. | ||
m20240316_000001_create_table.rs | ||
m20240322_000001_create_relations.rs | ||
m20240322_000002_add_likes_shares.rs | ||
m20240322_000003_add_indexes.rs | ||
m20240323_000001_add_user_configs.rs | ||
m20240323_000002_add_simple_credentials.rs | ||
m20240324_000001_add_addressing.rs | ||
m20240325_000001_add_deliveries.rs | ||
m20240325_000002_add_system_key.rs | ||
m20240418_000001_add_statuses_and_reply_to.rs | ||
m20240421_000001_add_attachments.rs | ||
m20240424_000001_add_sensitive_field.rs | ||
m20240429_000001_add_relays_table.rs | ||
mod.rs | ||
README.md |
migrations
there are sea_orm migrations to apply to your database