Fix Service type name error.

This commit is contained in:
sunli 2020-05-27 18:07:38 +08:00
parent 7493449720
commit d53eb1a9ff

View File

@ -10,7 +10,7 @@ use indexmap::map::IndexMap;
use std::borrow::Cow;
/// Federation service
#[SimpleObject(internal)]
#[SimpleObject(internal, name = "_Service")]
struct Service {
sdl: Option<String>,
}