Opened 10 years ago
Closed 10 years ago
#1026 closed defect (fixed)
Inbox links and url points to feed (outbox) addresses
Reported by: | Jonas Haraldsson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | api, inbox, links |
Cc: | Jessica Tallon | Parent Tickets: |
Description
Inbox links and url points to feed (outbox) addresses.
Current:
u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}, u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}, u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}, u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}}, u'objectTypes': [u'activity'], u'totalItems': 2, u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}
Expected:
u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}, u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}, u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}, u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}}, u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}
Change History (3)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Cc: | added |
---|---|
Resolution: | fixed |
Status: | closed → accepted |
Reminder: "cloned" feeds: /feed/major and /feed/minor pointing to the same as /feed are still missing ;)
(sorry, kind of offtopic here)
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Setting as 'fixed' again; Tsyesika created a new, proper issue for the major/minor thing.
This has mostly been fixed as of f269875.
The inbox isn't _actually_ the inbox as we currently don't have a way to represent the inbox however it will list all the media on the instance for now.