From 2678f33157d147ba548793709cd8fbaabb4eaae2 Mon Sep 17 00:00:00 2001 From: r Date: Sat, 21 Dec 2019 13:26:31 +0000 Subject: Add support for scopes - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts --- model/replyContext.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 model/replyContext.go (limited to 'model/replyContext.go') diff --git a/model/replyContext.go b/model/replyContext.go deleted file mode 100644 index b17aacb..0000000 --- a/model/replyContext.go +++ /dev/null @@ -1,7 +0,0 @@ -package model - -type ReplyContext struct { - InReplyToID string - InReplyToName string - ReplyContent string -} -- cgit v1.2.3