Fix all mirrored stream messages appearing to be from me.

(imported from commit 777f98a564d3f169d3c69fcda980ce5993910d88)
This commit is contained in:
Tim Abbott 2012-10-22 17:59:08 -04:00
parent 4ca720a0cd
commit 1b1d5cb577
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ def parse_named_users(request):
sender = {}
recipients = set()
try:
if 'sender' in request:
if 'sender' in request.POST:
sender = {'email': request.POST["sender"],
'full_name': request.POST["fullname"],
'short_name': request.POST["shortname"]}