Allow repo to be an array of repository links#3123
Open
Soniraja17 wants to merge 1 commit intomatrix-org:mainfrom
Open
Allow repo to be an array of repository links#3123Soniraja17 wants to merge 1 commit intomatrix-org:mainfrom
Soniraja17 wants to merge 1 commit intomatrix-org:mainfrom
Conversation
Fixes matrix-org#2125 Support multiple repository links for clients that have separate repos for different platforms (e.g., Element). - Update client.html template to handle both string and array formats - Update client_details.html macro similarly - Maintain backward compatibility with existing single-string repos Signed-off-by: Soniraja17 <your.email@example.com>
MTRNord
requested changes
Jan 22, 2026
| {% for repo_url in page.extra.repo %} | ||
| <a href="{{ repo_url }}" class="pill"> | ||
| {{ load_data(path="/assets/repository.svg") | safe }} | ||
| Source Code |
Contributor
There was a problem hiding this comment.
Just having "Source Code" multiple times seems not very useful for endusers. It probably should have some kind of title. In the case of Element if for example could say something like "Android Source Code" and "iOS Source Code" but this may differ with different examples
MTRNord
requested changes
Jan 22, 2026
Contributor
MTRNord
left a comment
There was a problem hiding this comment.
We can't accept a bogus email on signoffs as used in the commit. Please follow the CONTRIBUTING.md rules on the signoff requirements.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #2125
Support multiple repository links for clients that have separate repos for different platforms (e.g., Element).
Related issues
Fixes #2125
Role
Individual contributor
Timeline
No specific deadline — review at your convenience
Signoff
Please sign off your individual commits or whole pull request.