mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-10 16:36:40 +00:00
fix #432 load more activities
Loading to few activities can cause claims not being displayed as claims and bounties are loaded via separate XHR requests. This change implements a quick fix around that making old activities show up. Long term we should move claims into the response of `/api/open-bounties` so that they always are available for bounties shown in the UI. This is also somewhat related to better API pagination as described in https://github.com/status-im/open-bounty/issues/250
This commit is contained in:
parent
5e4a4bfbb9
commit
7223117b51
@ -634,7 +634,7 @@ SELECT
|
||||
updated
|
||||
FROM activity_feed_view
|
||||
ORDER BY updated DESC
|
||||
LIMIT 100;
|
||||
LIMIT 1000;
|
||||
|
||||
-- :name get-new-users-for-welcome-email :? :*
|
||||
-- :doc users who have not been sent a welcome email
|
||||
|
Loading…
x
Reference in New Issue
Block a user