From 63d6dde11e3a4e9e5269c75c9121b4662b421259 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 16 Jun 2023 18:47:38 +0200 Subject: [PATCH] add some todo --- src/main/clj/dda/activity_pub_poc/json_ld.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/clj/dda/activity_pub_poc/json_ld.clj b/src/main/clj/dda/activity_pub_poc/json_ld.clj index cb856a3..66b069b 100644 --- a/src/main/clj/dda/activity_pub_poc/json_ld.clj +++ b/src/main/clj/dda/activity_pub_poc/json_ld.clj @@ -8,6 +8,7 @@ (def team-url "https://social.meissa-gmbh.de/users/team") +;; TODO: use a real cacheing lib instead of simple atom? (def context-cache (atom {})) (defn json-get [url]