aboutsummaryrefslogtreecommitdiff
path: root/model/replyContext.go
diff options
context:
space:
mode:
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
-}