mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 16:25:23 +00:00
8 lines
268 B
Swift
8 lines
268 B
Swift
import BitFoundation
|
|
|
|
extension PeerCapabilities {
|
|
/// Capabilities this build advertises in its announce packets.
|
|
/// Each feature adds its bit here when it ships.
|
|
static let localSupported: PeerCapabilities = [.vouch, .prekeys, .groups, .privateMedia]
|
|
}
|