From 39c57a6b653a269668f459414d295e812f3628a8 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 21 Dec 2019 08:36:44 +0000 Subject: Use a single form for new posts and replies --- model/replyContext.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 model/replyContext.go (limited to 'model') diff --git a/model/replyContext.go b/model/replyContext.go new file mode 100644 index 0000000..b17aacb --- /dev/null +++ b/model/replyContext.go @@ -0,0 +1,7 @@ +package model + +type ReplyContext struct { + InReplyToID string + InReplyToName string + ReplyContent string +} -- cgit v1.2.3