parent
ab92358ea6
commit
d3bced28f9
@ -62,7 +62,6 @@ func IterateSelectAllMessagesForCollections(
|
|||||||
return func(messageItem any) bool {
|
return func(messageItem any) bool {
|
||||||
// Defines the type of collection being created within the function
|
// Defines the type of collection being created within the function
|
||||||
collectionType := messages
|
collectionType := messages
|
||||||
user := scope.Get(selectors.ExchangeUser)[0]
|
|
||||||
|
|
||||||
message, ok := messageItem.(models.Messageable)
|
message, ok := messageItem.(models.Messageable)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user