2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-27 15:07:24 +00:00

Initial location sending on Windows.

This commit is contained in:
John Preston
2024-07-04 12:18:30 +04:00
parent 2a63496054
commit 2a5071b66c
23 changed files with 1195 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "platform/linux/current_geo_location_linux.h"
#include "core/current_geo_location.h"
namespace Platform {
void ResolveCurrentExactLocation(Fn<void(Core::GeoLocation)> callback) {
callback({});
}
} // namespace Platform