2019-03-20 09:07:37 +01:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
|
|
|
$# Written in 2016, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
|
|
|
$#
|
|
|
|
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
$#
|
|
|
|
$# The author(s) have dedicated all copyright and related and neighboring
|
|
|
|
$# rights to this software to the public domain worldwide. This software is
|
|
|
|
$# distributed without any warranty.
|
|
|
|
$#
|
|
|
|
$# You should have received a copy of the CC0 Public Domain Dedication along
|
|
|
|
$# with this software. If not, see
|
|
|
|
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
|
|
|
|
$case actor
|
|
|
|
$of MessageTreeNodeLocal _lmid s
|
|
|
|
<a href=@{SharerR $ sharerIdent s}>
|
|
|
|
$maybe name <- sharerName s
|
|
|
|
#{name}
|
|
|
|
$nothing
|
|
|
|
#{shr2text $ sharerIdent s}
|
|
|
|
<span>
|
2019-04-19 01:14:36 +02:00
|
|
|
./s/#{shr2text $ sharerIdent s}
|
2019-05-21 11:11:13 +02:00
|
|
|
$of MessageTreeNodeRemote h _luMsg luAuthor mname
|
2019-05-07 04:54:45 +02:00
|
|
|
<a href="#{renderFedURI $ l2f h luAuthor}">
|
2019-05-21 11:11:13 +02:00
|
|
|
$maybe name <- mname
|
|
|
|
#{name}
|
|
|
|
$nothing
|
|
|
|
(?)
|
2019-03-20 09:07:37 +01:00
|
|
|
<span>
|
2019-05-07 04:54:45 +02:00
|
|
|
#{shortURI h luAuthor}
|