aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-20 16:42:44 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-20 16:43:08 -0400
commit511fea39449b6db551151da86d914bf7ab3b3713 (patch)
tree12171a8d34d850265f6bd96d8d3ead372b8dbdbc /worker/types/messages.go
parent3376f926ed2ed7184d2710c85c327b9357e2bea4 (diff)
Flesh out multipart switcher
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 555e3ce..0169e05 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -94,7 +94,7 @@ type FetchFullMessages struct {
type FetchMessageBodyPart struct {
Message
Uid uint32
- Part int
+ Part []int
}
type DeleteMessages struct {