Signal-iOS/SignalUI/ViewModels
Evan Hahn 7e0fa84c6d Only add necessary completion callbacks to message send transaction
You can add callbacks to be executed when a transaction completes. We
usually do this when sending messages, but not always.

Previously, the logic was "add a callback that runs the completion
function, if it exists." Now, the logic is "if the completion function
exists, add a callback that runs it."

I think this slightly better reflects our intent, and helps reduce
memory usage (and potential capturing?) slightly.
2022-06-21 16:46:59 +00:00
..
ContactShareViewModel.swift Don't cache contacts on contacts manager. 2021-10-22 19:09:44 -03:00
CVItemViewModel.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
OWSQuotedReplyModel.h Support sending 1:1 story replies 2022-04-21 10:58:28 -07:00
OWSQuotedReplyModel.m Fix quoting story reactions 2022-04-21 11:00:12 -07:00
ThreadUtil+SignalUI.swift Only add necessary completion callbacks to message send transaction 2022-06-21 16:46:59 +00:00
ThreadViewModel.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
VoiceMessageModel.swift Fix typos 2022-03-18 11:31:06 -07:00