mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Send location.kml instead of message.kml for streaming
message.kml is sent when user manually selects a point on the map to point to a location.
This commit is contained in:
@@ -894,7 +894,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
)
|
||||
.header((
|
||||
"Content-Disposition",
|
||||
"attachment; filename=\"message.kml\"",
|
||||
"attachment; filename=\"location.kml\"",
|
||||
))
|
||||
.body(kml_content),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user