Age | Commit message (Collapse) | Author |
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
This reverts merge request !2824
|
|
Insert text representation of hashtags into object["hashtags"]
See merge request pleroma/pleroma!2824
|
|
Includes a new mix task: pleroma.database fill_old_hashtags
|
|
In general, tests that match these criteria can be made async:
- Doesn't use real Cachex.
- Doesn't write to the Config / Application Environment.
- Uses Mock. Using Mox is fine.
- Uses the streamer.
|
|
|
|
|
|
|