From 85375ba1fb905fbba593b841cc2096dd81c4ca6a Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 13 Apr 2024 22:20:29 +0200 Subject: [PATCH] fix(apb): added Service actor type forgot about bots! :( --- apb/src/types/object/actor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apb/src/types/object/actor.rs b/apb/src/types/object/actor.rs index a5a529b..45cf711 100644 --- a/apb/src/types/object/actor.rs +++ b/apb/src/types/object/actor.rs @@ -7,7 +7,8 @@ crate::strenum! { Application, Group, Organization, - Person; + Person, + Service; }; }