aboutsummaryrefslogtreecommitdiff
path: root/model/replyContext.go
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-21 13:26:31 +0000
committerr <r@freesoftwareextremist.com>2019-12-21 13:26:31 +0000
commit2678f33157d147ba548793709cd8fbaabb4eaae2 (patch)
tree37d4775452f68dc8a52f3156758dc3475feeda68 /model/replyContext.go
parent3af4361927d65b896ac3f9e2f0170cbbef63c0c0 (diff)
downloadbloat-2678f33157d147ba548793709cd8fbaabb4eaae2.tar.gz
bloat-2678f33157d147ba548793709cd8fbaabb4eaae2.zip
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
Diffstat (limited to 'model/replyContext.go')
-rw-r--r--model/replyContext.go7
1 files changed, 0 insertions, 7 deletions
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
-}