Use specific lemmy js client version (#131)

* Use specific lemmy-js-client version. Fixes #123

* Add note about lemmy-js-client.
This commit is contained in:
Dessalines 2023-02-22 21:12:12 -05:00 committed by GitHub
parent 712995ded7
commit 9aa26db28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

2
.gitmodules vendored
View File

@ -13,7 +13,7 @@
[submodule "lemmy-js-client"]
path = lemmy-js-client
url = https://github.com/LemmyNet/lemmy-js-client
branch = main
branch = release/v0.17
[submodule "lemmy-stats-crawler"]
path = lemmy-stats-crawler
url = https://github.com/LemmyNet/lemmy-stats-crawler.git

@ -1 +1 @@
Subproject commit 2477b17a45c981cbe3dc4bde077cb08f426144f0
Subproject commit 2c1703e3d542c42c791b1d3af7b8f3c9e482315c

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Note:
# To update lemmy-js-client, first change its branch in your .gitmodules
pushd ../joinlemmy-translations
git fetch weblate
git merge weblate/main