Don't show hovercards for current user in comments

This commit is contained in:
Steffen van Bergerem 2013-06-02 13:50:15 +02:00
parent c60738654c
commit bcd43cbfee
2 changed files with 6 additions and 3 deletions

View file

@ -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)
* 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)
* Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999)
## Features

View file

@ -13,9 +13,11 @@
</div>
{{/if}}
<a href="/people/{{author.guid}}" class="author author-name {{hovercardable this}}">
{{author.name}}
</a>
{{#with author}}
<a href="/people/{{guid}}" class="author author-name {{hovercardable this}}">
{{name}}
</a>
{{/with}}
<div class="collapsible comment-content">
{{{text}}}