Apply suggestion to pkg/pmapi/messages.go

This commit is contained in:
Pavel Škoda
2020-05-11 14:33:37 +00:00
parent 70fca64a36
commit 9ed778f2b3

View File

@ -141,7 +141,7 @@ const (
// Due to API limitations, we shouldn't make requests with more than 100 message IDs at a time.
const messageIDPageSize = 100
// ConversationIDDomain is used as a placeholder for conversation reference headers to improve compatibility with various clients
// ConversationIDDomain is used as a placeholder for conversation reference headers to improve compatibility with various clients.
const ConversationIDDomain = `protonmail.conversationid`
// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients