From ae002813da724bc896d56aecb2e88a2657429e71 Mon Sep 17 00:00:00 2001 From: me Date: Fri, 25 Oct 2024 22:38:23 +0300 Subject: [PATCH] rename pem --- readme.md | 2 ++ src/Fedi/Types.hs | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6501a18..8da2635 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ # fedi Activitypub library. + +If you happen to find this, don't use this. diff --git a/src/Fedi/Types.hs b/src/Fedi/Types.hs index c54fec7..2a99850 100644 --- a/src/Fedi/Types.hs +++ b/src/Fedi/Types.hs @@ -35,6 +35,7 @@ data UserDetails , name :: String , summary :: String , icon :: Url - , pem :: Pem + , publicPem :: Pem + , privatePem :: FilePath } deriving (Generic, A.FromJSON)