We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e5900 + 6e6478a commit a5d231cCopy full SHA for a5d231c
changelog.d/8623.misc
@@ -0,0 +1 @@
1
+Fix import of SAS Emoji string translations.
tools/import_sas_strings.py
@@ -35,7 +35,7 @@
35
print("Argument:")
36
print(args)
37
38
-base_url = "https://raw.githubusercontent.com/matrix-org/matrix-doc/master/data-definitions/sas-emoji.json"
+base_url = "https://raw.githubusercontent.com/matrix-org/matrix-spec/main/data-definitions/sas-emoji.json"
39
40
print("Downloading " + base_url + "…")
41
0 commit comments