mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-28 23:52:12 +00:00
remove wrong username attribution. post creator name is not included in api response. fixes #102
This commit is contained in:
parent
ba4b330ca0
commit
73c0e2aa83
|
@ -8,10 +8,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a href="/{{$state.Host}}/post/{{ $activity.Comment.P.Post.ID}}">{{ $activity.Comment.P.Post.Name}}</a>
|
<a href="/{{$state.Host}}/post/{{ $activity.Comment.P.Post.ID}}">{{ $activity.Comment.P.Post.Name}}</a>
|
||||||
<span class="meta">
|
<span class="meta">
|
||||||
{{ if $state.User}}
|
|
||||||
by
|
|
||||||
<a href="">{{$state.User.PersonView.Person.Name }}</a>
|
|
||||||
{{ end }}
|
|
||||||
in
|
in
|
||||||
<a href="/{{$state.Host}}/c/{{ fullcname $activity.Comment.P.Community }}">
|
<a href="/{{$state.Host}}/c/{{ fullcname $activity.Comment.P.Community }}">
|
||||||
c/{{ if $state.HideInstanceNames -}}
|
c/{{ if $state.HideInstanceNames -}}
|
||||||
|
|
Loading…
Reference in a new issue