mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +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((
|
.header((
|
||||||
"Content-Disposition",
|
"Content-Disposition",
|
||||||
"attachment; filename=\"message.kml\"",
|
"attachment; filename=\"location.kml\"",
|
||||||
))
|
))
|
||||||
.body(kml_content),
|
.body(kml_content),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user