aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/Model/PostManager.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-24 12:01:09 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-24 12:01:09 -0400
commit8ae86c70aa832ce2fd1f3abab5b017e3ac2fa83e (patch)
tree9cd2efd44c5a44a44f7efc62204fb5f400cd0bc8 /back-end/src/Model/PostManager.cs
parent76e4f83693a7055ef843f4674d2c10f5e45f105e (diff)
package updates, upstream ui updates, pki multi-key support
Diffstat (limited to 'back-end/src/Model/PostManager.cs')
-rw-r--r--back-end/src/Model/PostManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/back-end/src/Model/PostManager.cs b/back-end/src/Model/PostManager.cs
index 922fba4..64f09b2 100644
--- a/back-end/src/Model/PostManager.cs
+++ b/back-end/src/Model/PostManager.cs
@@ -26,6 +26,7 @@ using System.Threading.Tasks;
using System.Collections.Generic;
using Minio;
+using Minio.Handlers;
using Minio.DataModel.Tracing;
using VNLib.Hashing;