macros: Rename generate_element_with_only_attributes!() into generate_element!().
This commit is contained in:
parent
ef227c4617
commit
9c598fbdf9
16 changed files with 80 additions and 52 deletions
|
|
@ -120,7 +120,8 @@ impl From<Actor> for Element {
|
|||
}
|
||||
}
|
||||
|
||||
generate_element_with_only_attributes!(Continue, "continue", MUC_USER, [
|
||||
generate_element!(Continue, "continue", MUC_USER,
|
||||
attributes: [
|
||||
thread: Option<String> = "thread" => optional,
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue