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
80
attachment: jaiku_api_entry_offset.patch
(495 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: common/api.py
===================================================================
--- common/api.py (revision 40)
+++ common/api.py (working copy)
@@ -1877,7 +1877,7 @@
"""
nick = clean.nick(nick)
inbox = 'inbox/%s/overview' % nick
- return entry_get_inbox(api_user, inbox, limit=limit, offset=offset)
+ return entry_get_inbox(api_user, inbox, limit=limit, since_time=offset)
@owner_required
def entry_get_actor_overview_since(api_user, nick, limit=30, since_time=None):
Powered by
Google Project Hosting