Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stream entry model #11247

Merged
merged 1 commit into from
Jul 7, 2019
Merged

Remove stream entry model #11247

merged 1 commit into from
Jul 7, 2019

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Jul 6, 2019

  • Remove Atom feeds
  • Remove old URLs in the form of GET /:username/updates/:id
  • Remove StreamEntry model and stream_entries table

This PR is centered around the removal of the StreamEntry model. That model serves no purpose outside OStatus. While it would be nice to keep Atom feeds since Atom is technically a more proper feed reader format than RSS, the Atom feed code is too heavily reliant on StreamEntry and OStatus-specific extensions. Removing the Atom feeds gives us the benefit of only having one code path where content can be fetched by other servers.

@Gargron Gargron added the breaking Incompatible with previous versions label Jul 6, 2019
@Gargron Gargron changed the title Remove Atom feeds and old URLs in the form of GET /:username/updates/:id Remove Atom feeds Jul 6, 2019
@Gargron Gargron force-pushed the fix-remove-stream-entry branch 3 times, most recently from bb5d89f to d45ebb0 Compare July 7, 2019 00:43
@Gargron Gargron changed the title Remove Atom feeds Remove stream entry model Jul 7, 2019
@Gargron Gargron merged commit b851456 into master Jul 7, 2019
@ykzts ykzts deleted the fix-remove-stream-entry branch July 7, 2019 19:05
hiyuki2578 pushed a commit to ProjectMyosotis/mastodon that referenced this pull request Oct 2, 2019
messenjahofchrist pushed a commit to Origin-Creative/mastodon that referenced this pull request Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Incompatible with previous versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants