handle multiple receivers in messages
This commit is contained in:
parent
8724acd19d
commit
18e02f2fea
11 changed files with 46 additions and 34 deletions
|
|
@ -63,7 +63,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
|
|||
id=0,
|
||||
title=entry.title,
|
||||
sender=entry.author,
|
||||
receiver=None,
|
||||
receivers=None,
|
||||
date=entry.datetime,
|
||||
parent=None,
|
||||
content=content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue