Skip to content

Commit

Permalink
update lemmy_api_client in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof committed Jan 9, 2025
1 parent 9f6e6be commit 4b71d02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/account/pages/login_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
if (context.mounted) {
if (acceptedContentWarning) {
// Do another login attempt, this time without the content warning
// TODO: This can be updated to use AddAccount instead of starting the login process over.
_handleLogin(showContentWarning: false);
} else {
// Cancel the login
Expand Down
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,11 @@ packages:
lemmy_api_client:
dependency: "direct main"
description:
path: "../lemmy_api_client"
relative: true
source: path
path: "."
ref: "2886218a71c75d14cb21d2079bfb3666603d3221"
resolved-ref: "2886218a71c75d14cb21d2079bfb3666603d3221"
url: "https://github.com/gwbischof/lemmy_api_client.git"
source: git
version: "0.21.0"
link_preview_generator:
dependency: "direct main"
Expand Down
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ dependencies:
push:
path: packages/push/push
lemmy_api_client:
path: ../lemmy_api_client
#git:
# url: "https://github.com/thunder-app/lemmy_api_client.git"
# ref: 16d14a1c13ac9522e85188ad9cf23d8912ec8fee
git:
url: "https://github.com/gwbischof/lemmy_api_client.git"
ref: 2886218a71c75d14cb21d2079bfb3666603d3221
#url: "https://github.com/thunder-app/lemmy_api_client.git"
#ref: 16d14a1c13ac9522e85188ad9cf23d8912ec8fee
link_preview_generator:
git:
url: "https://github.com/thunder-app/link_preview_generator.git"
Expand Down

0 comments on commit 4b71d02

Please sign in to comment.