chiark / gitweb /
Fix for embedded tweet support:
authorJonathan David Amery <jdamery+zgit@ysolde.ucam.org>
Tue, 14 Aug 2018 11:05:08 +0000 (12:05 +0100)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 21 Aug 2018 15:44:07 +0000 (16:44 +0100)
commitbf16788e8f843447ef0b0d5649d76a83188b522a
treeeeaa75867a29b7334948beb6d6c2bc701e583b98
parent7ee220de38369037fa786e21af681ed7aa111268
Fix for embedded tweet support:

Problem:
 * Overly long embedded tweets cause Acrobat to go over the server's
  line length limit which causes the message to be silently discarded
  because of a lack of error handling in automsg.

Solutions:
 * Make each tweet in an embedded tweet chain a seperate message
   - this requires getTweet to now return a list
 * Did not fix automsg at all

Signed-off-by: Matthew Vernon <matthewv@chiark.greenend.org.uk>
commands.py