-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for matrix usernames/rooms (#1080)
* Add support for matrix usernames/rooms People can have matrix usernames, teams can have matrix rooms. * wg-embedded: add matrix room As published on https://github.com/rust-embedded/wg/tree/d3c22d8ba3cdf03273c406057fa35fc529fa7e4f.
- Loading branch information
Showing
8 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ discord-id = 123456 # Discord ID of the person (optional) | |
# This will, for example, avoid adding the person to the mailing lists. | ||
email = "[email protected]" # Email address used for mailing lists (optional) | ||
irc = "jdoe" # Nickname of the person on IRC, if different than the GitHub one (optional) | ||
matrix = "@john:doe.com" # Matrix username (MXID) of the person (optional) | ||
|
||
[permissions] | ||
# Optional, see the permissions documentation | ||
|
@@ -134,6 +135,8 @@ discord-invite = "https://discord.gg/e6Q3cvu" | |
discord-name = "#wg-rustup" | ||
# The name of the team's stream on Zulip. | ||
zulip-stream = "t-lang" | ||
# An alias for the team's matrix room. | ||
matrix-room = "#t-lang:matrix.org" | ||
# An integer to influence the sort order of team in the teams list. | ||
# They are sorted in descending order, so very large positive values are | ||
# first, and very negative values are last. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ page = "embedded" | |
name = "Embedded devices working group" | ||
description = "Focusing on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms" | ||
repo = "https://github.com/rust-embedded/wg" | ||
matrix-room = "#rust-embedded:matrix.org" | ||
|
||
[[lists]] | ||
address = "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters