mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-12 00:50:19 +02:00
Update Ghostgram features
This commit is contained in:
@@ -37,7 +37,7 @@ private func createChannel(postbox: Postbox, network: Network, stateManager: Acc
|
||||
var address: String?
|
||||
if let location = location {
|
||||
flags |= (1 << 2)
|
||||
geoPoint = .inputGeoPoint(flags: 0, lat: location.latitude, long: location.longitude, accuracyRadius: nil)
|
||||
geoPoint = .inputGeoPoint(.init(flags: 0, lat: location.latitude, long: location.longitude, accuracyRadius: nil))
|
||||
address = location.address
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user