Add TODOs

This commit is contained in:
Niels Andriesse 2021-03-26 14:03:57 +11:00
parent a9b44b36fe
commit fd7081ee94
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
import PromiseKit
import SessionSnodeKit
// TODO: Update AttachmentDownloadJob & AttachmentUploadJob for the new API
// TODO: Show images w/ room suggestions
// TODO: Distinguish between V1 and V2 open groups in the join open group screen
@objc(SNOpenGroupAPIV2)
public final class OpenGroupAPIV2 : NSObject {
private static var moderators: [String:[String:Set<String>]] = [:] // Server URL to room ID to set of moderator IDs