Skip to content

Commit 85322b8

Browse files
authored
Add 'telegram' contact field for keymasters (#126)
* Add 'telegram' contact field for keymasters * CHANGELOG: Telegram field for keymasters
1 parent 4a07df1 commit 85322b8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

16-draft.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,13 @@
282282
"examples": [
283283
"@user:example.org"
284284
]
285+
},
286+
"telegram": {
287+
"description": "Telegram username with leading <code>@</code>",
288+
"type": "string",
289+
"examples": [
290+
"@user"
291+
]
285292
}
286293
}
287294
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Changes should start with one of the following tags:
1313
`contact`:
1414

1515
- [added] The `telegram` contact option was added ([#120])
16+
- [added] The `telegram` contact option for keymasters was added ([#126])
1617

1718
## v15
1819

0 commit comments

Comments
 (0)