Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--pippy_app.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e020413..34ccffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* #8471: Allow resuming Chat log in Write
+
48
* #8772: Fix journal entry creation in Chat for uri-list (kevix)
diff --git a/pippy_app.py b/pippy_app.py
index b9b7c26..a5e004a 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -485,6 +485,7 @@ class Chat(ViewSourceActivity):
f.write(self._get_log())
finally:
f.close()
+ self.metadata['mime_type'] = 'text/plain'
def read_file(self, file_path):
"""Load a chat log from the Journal.