diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-03-04 20:47:34 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-03-04 20:47:34 +0300 |
commit | cc7b35e0976a44d21c9f43999f42387ad0a87845 (patch) | |
tree | 00d9f0a7154889f6e812ad378d640a28ed643a0c /mix.exs | |
parent | dd5865535eb16f535ff996eb3dec5e947a905268 (diff) | |
download | pleroma-cc7b35e0976a44d21c9f43999f42387ad0a87845.tar.gz pleroma-cc7b35e0976a44d21c9f43999f42387ad0a87845.zip |
Add status text to notifications (mentions and reposts)
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.0"}, {:ex_aws_s3, "~> 2.0"}, {:earmark, "~> 1.3"}, - {:ex_machina, "~> 2.2", only: :test}, + {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.1", only: :test}, {:crypt, |