Skip to content

Commit

Permalink
Merge pull request #1353 from HarHarLinks/patch-1
Browse files Browse the repository at this point in the history
add missing description to m.call.answer schema
  • Loading branch information
dbkr authored Nov 18, 2022
2 parents 3a84ea7 + 8830314 commit 24b95cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1353.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing description to m.call.answer schema.
2 changes: 1 addition & 1 deletion data/event-schemas/schema/m.call.answer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"version": {
"type": "number",
"description": ""
"description": "The version of the VoIP specification this messages adheres to. This specification is version 0."
}
},
"required": ["call_id", "answer", "version"]
Expand Down

0 comments on commit 24b95cb

Please sign in to comment.