このコミットが含まれているのは:
Mayel 2021-10-19 20:50:24 +13:00 committed by Thomas Citharel
コミット 5e64d0515e
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A061B9DDE0CA0773
2個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -21,5 +21,7 @@ test: stop
@bash docker/message.sh "Running tests"
docker-compose -f docker-compose.yml -f docker-compose.test.yml run api mix test $(only)
@bash docker/message.sh "Done running tests"
format:
docker-compose run --rm api bash -c "mix format && mix credo --strict"
@bash docker/message.sh "Code is now ready to commit :)"
target: init

ファイルの表示

@ -50,7 +50,6 @@ defmodule Mobilizon.Federation.ActivityStream.Converter.Comment do
Logger.debug("Inserting full comment")
Logger.debug(inspect(object))
data = %{
text: object["content"],
url: object["id"],