Closed happy-river closed 4 years ago
To reproduce:
Result: the message is not visible.
This is happening because the sent messages query is looking for an mtype of 1, but the mtype gets changed to 9 when the message is saved.
mtype
Would it be correct to fix this by having the sent messages query just look at the sentby field of the Message model?
sentby
Message
To reproduce:
Result: the message is not visible.
This is happening because the sent messages query is looking for an
mtype
of 1, but themtype
gets changed to 9 when the message is saved.Would it be correct to fix this by having the sent messages query just look at the
sentby
field of theMessage
model?