Changeset 221a209 in Klonkt for src/config


Ignore:
Timestamp:
06/16/2026 08:52:32 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
2248cd2
Parents:
fb02cc0
Message:

Circle: carry over + display tags from the original post

Publisher puts tags as AS Hashtag array in the outbox (href pointing to the
source tag page). Consumer parses + caches them (remote_posts.tags). Feed
cards display them (post-card), and the reader shows tag chips that link to
the /tag page of the source.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/config/database.js

    rfb02cc0 r221a209  
    172172    );
    173173  `);
     174
     175  // Tags van de originele post — getoond in de cirkel (comma-separated string).
     176  ensureColumn('remote_posts', 'tags', 'TEXT');
    174177}
    175178
Note: See TracChangeset for help on using the changeset viewer.