openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b5c4f54e9cb3fae7fdec3d042b926f0feb3b1ab5
parent c5077f9b059ac952e66990420458fcda33d019ba
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Sat, 30 Jan 2021 18:19:28 +0300

repto to self

Diffstat:
Mii-node/web.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/ii-node/web.go b/ii-node/web.go @@ -861,6 +861,9 @@ func WebInit(www *WWW) { }, "repto": func(m ii.Msg) string { r, _ := m.Tag("repto") + if r == "" { + return m.MsgId + } return r }, "msg_quote": msg_quote,