forked from alemi/upub
fix(apb): added Service actor type
forgot about bots! :(
This commit is contained in:
parent
4d44688564
commit
85375ba1fb
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ crate::strenum! {
|
||||||
Application,
|
Application,
|
||||||
Group,
|
Group,
|
||||||
Organization,
|
Organization,
|
||||||
Person;
|
Person,
|
||||||
|
Service;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue