mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
3596b5e165
resolves #13486 The loading of avatar-images still blocked the loading of notifications. mostyl in frio! now it's a big time improvement on loading friendica
3 lines
294 B
Smarty
3 lines
294 B
Smarty
<li class="notification-{{if !$notify.seen}}un{{/if}}seen">
|
|
<a href="{{$notify.href}}" title="{{$notify.localdate}}"><img data-src="{{$notify.contact.photo}}" height="24" width="24" alt="" loading="lazy"/>{{$notify.richtext nofilter}} <span class="notif-when">{{$notify.ago}}</span></a>
|
|
</li>
|