Signal-iOS/SignalMessaging/ViewModels
Michael Kirk 45c4066a80 Fix deadlock with thread.name
For contact threads, thread.name opened a sneaky transaction, which would
sometimes cause a deadlock.

This commit moves the name method to the contact manager and offers an explicit
transaction flavor. There is still a sneaky transaction flavor used in some
places where it's deemed dangerous to plumb through a transaction without
further scrutiny.
2019-08-23 18:45:23 -06:00
..
ContactShareViewModel.swift Remove usage of primary storage. 2019-07-29 17:25:59 -03:00
OWSQuotedReplyModel.h Remove usage of primary storage. 2019-07-29 15:16:51 -03:00
OWSQuotedReplyModel.m Merge remote-tracking branch 'private/release/2.41.0' 2019-08-06 12:12:39 -03:00
ThreadViewModel.swift Fix deadlock with thread.name 2019-08-23 18:45:23 -06:00