@ -939,9 +934,9 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
}
// if change was made remotely, don't send it to the contact/group
if(receivedAt||fromSync||fromConfigMessage){
if(receivedAt||fromSync){
window.log.debug(
`WIP: updateExpireTimer() We dont send an ExpireTimerUpdate because this was a remote change receivedAt:${receivedAt} fromSync:${fromSync} fromConfigMessage:${fromConfigMessage}`
`WIP: updateExpireTimer() We dont send an ExpireTimerUpdate because this was a remote change receivedAt:${receivedAt} fromSync:${fromSync}`