Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/group-actor/commit/ebcf12e46ca993a3f9a161e989d9d830accc2912?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/14/head v0.4.3
Ondřej Hruška 4 years ago
parent 0d37425c32
commit ebcf12e46c
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 3
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

@ -1,5 +1,8 @@
# Changelog
## v0.4.3
- Fix hashtag not working in a mention
## v0.4.2
- Fix URL fragment detected as hashtag

2
Cargo.lock generated

@ -328,7 +328,7 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fedigroups"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"anyhow",
"clap",

@ -1,6 +1,6 @@
[package]
name = "fedigroups"
version = "0.4.2"
version = "0.4.3"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018"
publish = false

Loading…
Cancel
Save