Changeset ef1853c in Klonkt for src/config/database.js
- Timestamp:
- 07/26/2026 09:52:24 AM (6 weeks ago)
- Branches:
- main
- Children:
- 42e7616
- Parents:
- 3597763
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r3597763 ref1853c 571 571 // context instead. Existing rows default to 'public' (historically almost all were). 572 572 ensureColumn('ap_interactions', 'visibility', "TEXT DEFAULT 'public'"); 573 ensureColumn('ap_interactions', 'emoji_json', 'TEXT'); // FEP-9098 custom emojis in a reply's content (messages + thread) 574 ensureColumn('ap_interactions', 'actor_emoji_json', 'TEXT'); // FEP-9098 custom emojis in the reply author's display name 573 575 // Rich replies: the reply's language (BCP47 code) → contentMap on the outgoing Note. 574 576 ensureColumn('ap_outbox', 'language', 'TEXT');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)