Skip to content

Commit

Permalink
Add new contact field for Telegram chats (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss authored Dec 31, 2024
1 parent b3534f2 commit 1e9bb3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 16-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,13 @@
"examples": [
"mumble://mumble.example.org/spaceroom?version=1.2.0"
]
},
"telegram": {
"description": "URL to Telegram channel",
"type": "string",
"examples": [
"https://t.me/example-channel"
]
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Changes should start with one of the following tags:

## v16 (unreleased)

`contact`:

- [added] The `telegram` contact option was added ([#120])

## v15

Root level:
Expand Down

0 comments on commit 1e9bb3e

Please sign in to comment.