My favorites
▼
|
Sign in
jaikuengine
Jaiku, now with more open source!
Project Home
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
163
attachment: entry_get_inbox.patch
(545 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -r cce1432a7fe9 -r 7f402c5e7b05 common/api.py
--- a/common/api.py Mon Dec 21 09:56:19 2009 +0700
+++ b/common/api.py Mon Dec 21 11:10:31 2009 +0700
@@ -1955,7 +1955,8 @@
def entry_get_inbox(api_user, inbox, limit=30, offset=None):
inbox = inbox_get_entries(api_user, inbox, limit=limit, offset=offset)
- return entry_get_entries(api_user, inbox)
+ entries = entry_get_entries(api_user, inbox)
+ return ResultWrapper(entries, entries=entries)
@owner_required
def entry_get_actor_overview(api_user, nick, limit=30, offset=None):
Powered by
Google Project Hosting