Revert "Implement sending location messages"

This reverts commit f3a04635cf
This commit is contained in:
Tobias Fella
2023-04-09 20:22:06 +00:00
parent 4341cc437d
commit 52dafbb6c8
5 changed files with 1 additions and 132 deletions

View File

@@ -901,13 +901,4 @@ public Q_SLOTS:
* This will delete all messages by that user in this room that are currently loaded.
*/
void deleteMessagesByUser(const QString &user, const QString &reason);
/**
* @brief Sends a location to a room
* The event is sent in the migration format as specified in MSC3488
* @param lat latitude
* @param lon longitude
* @param description description for the location
*/
void sendLocation(float lat, float lon, const QString &description);
};