Add Send When Online shortcut

This commit is contained in:
Ilya Laktyushin
2023-03-09 20:03:26 +04:00
parent 838c352971
commit 656a0247fc
42 changed files with 1160 additions and 182 deletions

View File

@@ -83,6 +83,7 @@ public enum AttachmentTextInputPanelSendMode {
case generic
case silent
case schedule
case whenOnline
}
public protocol PeerSelectionController: ViewController {