diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-15 15:27:34 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-15 15:27:34 +0300 |
commit | 22bde21c4f1a84a1fbe733070e8926366a3c01dc (patch) | |
tree | 383bdcfffe2c94e41fefa974b90aff241eb45e30 /mix.exs | |
parent | 96eae6299544e8768459f16225249a1e6e14e2f0 (diff) | |
download | pleroma-22bde21c4f1a84a1fbe733070e8926366a3c01dc.tar.gz pleroma-22bde21c4f1a84a1fbe733070e8926366a3c01dc.zip |
remote_ip plug adds remote_ip_found flag
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ defmodule Pleroma.Mixfile do {:flake_id, "~> 0.1.0"}, {:remote_ip, git: "https://git.pleroma.social/pleroma/remote_ip.git", - ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"}, + ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"}, {:captcha, git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, |