Rework logger, improve plaintext caching

This commit is contained in:
Jon Staab
2026-06-20 10:12:39 -07:00
parent ed17dcc412
commit d2b57c559d
10 changed files with 124 additions and 137 deletions
+1 -1
View File
@@ -2,7 +2,6 @@ export * from "./app.js"
export * from "./policy.js"
export * from "./user.js"
export * from "./session.js"
export * from "./logging.js"
export * from "./createApp.js"
export * from "./plugins/base.js"
export * from "./plugins/network.js"
@@ -12,6 +11,7 @@ export * from "./plugins/relays.js"
export * from "./plugins/relayStats.js"
export * from "./plugins/relayLists.js"
export * from "./plugins/blockedRelayLists.js"
export * from "./plugins/logger.js"
export * from "./plugins/plaintext.js"
export * from "./plugins/profiles.js"
export * from "./plugins/follows.js"