Revert "Location Sharing"

This reverts commit 70745613e1.
This commit is contained in:
Tsubasahane
2025-12-28 10:54:01 +08:00
parent 70745613e1
commit eeda5aeb66
12 changed files with 6 additions and 224 deletions

View File

@@ -135,7 +135,5 @@ public record ChatChannelsUpdated : MessageBase;
public record ChatChannelMessageAdded(string ChannelKey, ChatMessageEntry Message) : MessageBase;
public record GroupCollectionChangedMessage : MessageBase;
public record OpenUserProfileMessage(UserData User) : MessageBase;
public record LocationMessage(string Uid, LocationInfo LocationInfo) : MessageBase;
#pragma warning restore S2094
#pragma warning restore MA0048 // File name must match type name