mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Merge pull request #8623 from vector-im/travis/fix-sas-import
Fix SAS strings import URL
This commit is contained in:
commit
a5d231c259
2 changed files with 2 additions and 1 deletions
1
changelog.d/8623.misc
Normal file
1
changelog.d/8623.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix import of SAS Emoji string translations.
|
|
@ -35,7 +35,7 @@ if args.verbose:
|
|||
print("Argument:")
|
||||
print(args)
|
||||
|
||||
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"
|
||||
|
||||
print("Downloading " + base_url + "…")
|
||||
|
||||
|
|
Loading…
Reference in a new issue