Don't show hovercards for current user in comments
This commit is contained in:
parent
c60738654c
commit
bcd43cbfee
2 changed files with 6 additions and 3 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
* Fix reopened issue by changing the comment/post submit keyboard sortcut to ctrl+enter from shift+enter [#3897](https://github.com/diaspora/diaspora/issues/3897)
|
* Fix reopened issue by changing the comment/post submit keyboard sortcut to ctrl+enter from shift+enter [#3897](https://github.com/diaspora/diaspora/issues/3897)
|
||||||
* Show medium avatar in hovercard [#4203](https://github.com/diaspora/diaspora/pull/4203)
|
* Show medium avatar in hovercard [#4203](https://github.com/diaspora/diaspora/pull/4203)
|
||||||
* Fix posting to Twitter [#2758](https://github.com/diaspora/diaspora/issues/2758)
|
* Fix posting to Twitter [#2758](https://github.com/diaspora/diaspora/issues/2758)
|
||||||
|
* Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,11 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<a href="/people/{{author.guid}}" class="author author-name {{hovercardable this}}">
|
{{#with author}}
|
||||||
{{author.name}}
|
<a href="/people/{{guid}}" class="author author-name {{hovercardable this}}">
|
||||||
|
{{name}}
|
||||||
</a>
|
</a>
|
||||||
|
{{/with}}
|
||||||
|
|
||||||
<div class="collapsible comment-content">
|
<div class="collapsible comment-content">
|
||||||
{{{text}}}
|
{{{text}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue