Merge branch 'next-minor' into develop
This commit is contained in:
commit
810e43787c
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
||||||
* Update comment in database example config [#7282](https://github.com/diaspora/diaspora/pull/7282)
|
* Update comment in database example config [#7282](https://github.com/diaspora/diaspora/pull/7282)
|
||||||
* Make the \#newhere post public again [#7311](https://github.com/diaspora/diaspora/pull/7311)
|
* Make the \#newhere post public again [#7311](https://github.com/diaspora/diaspora/pull/7311)
|
||||||
|
* Remove whitespace from author link [#7330](https://github.com/diaspora/diaspora/pull/7330)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Add support for [Liberapay](https://liberapay.com) donations [#7290](https://github.com/diaspora/diaspora/pull/7290)
|
* Add support for [Liberapay](https://liberapay.com) donations [#7290](https://github.com/diaspora/diaspora/pull/7290)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{#linkToAuthor author}}
|
{{#linkToAuthor author}}
|
||||||
{{name}}
|
{{~name~}}
|
||||||
{{/linkToAuthor}}
|
{{/linkToAuthor}}
|
||||||
|
|
||||||
<span class="details gray">
|
<span class="details gray">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue