2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Handle located groups as public.

This commit is contained in:
John Preston
2019-06-21 14:27:46 +02:00
parent 6537e524b8
commit 7d585ab72f
37 changed files with 468 additions and 275 deletions

View File

@@ -10,7 +10,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <execinfo.h>
#include <signal.h>
class LocationCoords;
namespace Data {
class LocationPoint;
} // namespace Data
namespace Platform {
@@ -104,4 +106,4 @@ public:
bool linuxMoveFile(const char *from, const char *to);
bool psLaunchMaps(const LocationCoords &coords);
bool psLaunchMaps(const Data::LocationPoint &point);