From 05fa79eb8efa02e39962c08231ec0e40cafe0020 Mon Sep 17 00:00:00 2001 From: Ben Fiedler Date: Fri, 24 Apr 2020 22:31:39 +0200 Subject: store.FetchFull: Change callback type to expose entire message This is a prerequisite for allowing the FetchFull message to return both the message content and the message headers. --- worker/types/messages.go | 1 + 1 file changed, 1 insertion(+) (limited to 'worker') diff --git a/worker/types/messages.go b/worker/types/messages.go index e820585..6422ef5 100644 --- a/worker/types/messages.go +++ b/worker/types/messages.go @@ -166,6 +166,7 @@ type MessageInfo struct { type FullMessage struct { Message + Info *models.MessageInfo Content *models.FullMessage } -- cgit 1.4.1-2-gfad0