Unify huddles and personals into private messages on the send path
Personals are now just private messages between two people (which sometimes manifests as a private message with one recipient). The new message type on the send path is 'private'. Note that the receive path still has 'personal' and 'huddle' message types. (imported from commit 97a438ef5c0b3db4eb3e6db674ea38a081265dd3)
This commit is contained in:
parent
8a76560970
commit
73daa73887
5 changed files with 7 additions and 7 deletions
|
@ -128,7 +128,7 @@ def send_reminders():
|
|||
message = 'Reminder:\n\n' + '\n'.join('* ' + m for m in messages)
|
||||
|
||||
humbug.send_message(dict(
|
||||
type = 'personal',
|
||||
type = 'private',
|
||||
recipient = options.user,
|
||||
content = message))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue