parent
6937fa13e5
commit
ba16185b8e
2 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,9 @@ cache:
|
|||
|
||||
addons:
|
||||
apt:
|
||||
packages: libidn11-dev
|
||||
packages:
|
||||
- libidn11-dev
|
||||
- ghostscript
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
## Refactor
|
||||
|
||||
## Bug fixes
|
||||
* Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049)
|
||||
|
||||
## Features
|
||||
* Add cronjob to cleanup pending photos which were never posted [#8041](https://github.com/diaspora/diaspora/pull/8041)
|
||||
|
|
|
|||
Loading…
Reference in a new issue