Opened 10 years ago
Closed 10 years ago
#1064 closed defect (fixed)
API lacking major and minor feed
Reported by: | Jessica Tallon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | programming | Keywords: | api, federation |
Cc: | JanKusanagi | Parent Tickets: |
Description
Currently the API only has the /api/user/<username>/feed
endpoint and not the /api/user/<username>/feed/major
and /api/user/<username>/feed/minor
. We should have those feeds and do the same filtering that we do on the major and minor inbox feeds.
Change History (3)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:3 by , 10 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed in 9a51bf1. You should now be able to go to both major and minor feeds, this is like the inbox feeds at the moment showing updates and deletes in the minor and posts in the major.