]> cat aescling's git repositories - mastodon.git/commit
Fix #614 - extra reply-boolean on statuses to account for cases when replied-to
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 9 Feb 2017 19:25:39 +0000 (20:25 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 9 Feb 2017 19:25:39 +0000 (20:25 +0100)
commit6331ed16e5953e3a006896c6df07b0f82cfd2350
treeb1b03e90ccb2feddc65aaf689808658381118228
parentc424df5192f346dba5332a4b3a2de43b2f028e0c
Fix #614 - extra reply-boolean on statuses to account for cases when replied-to
status is not in the system at time of distribution; fix #607 - reset privacy
settings to defaults when cancelling replies
app/assets/javascripts/components/reducers/compose.jsx
app/channels/application_cable/channel.rb [deleted file]
app/channels/application_cable/connection.rb [deleted file]
app/channels/hashtag_channel.rb [deleted file]
app/channels/public_channel.rb [deleted file]
app/channels/timeline_channel.rb [deleted file]
app/lib/feed_manager.rb
app/models/status.rb
app/services/process_feed_service.rb
db/migrate/20170209184350_add_reply_to_statuses.rb [new file with mode: 0644]
db/schema.rb