add WithContent in repo_filter

This commit is contained in:
Florian du Garage Num 2025-09-19 05:15:42 +02:00
parent 3ef46e99bd
commit 019228b7f2

View File

@ -26,6 +26,7 @@ type MessagesSelectOptions struct {
WithRecipients bool WithRecipients bool
WithDevice bool WithDevice bool
WithStates bool WithStates bool
WithContent bool
// OrderBy sets the retrieval order for pending messages. // OrderBy sets the retrieval order for pending messages.
// Empty (zero) value defaults to "lifo". // Empty (zero) value defaults to "lifo".