about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/domain_lists.js
AgeCommit message (Collapse)Author
2018-05-29Fix error when unmuting a domain without listing muted domains first (#7670)ThibG
2018-03-30Add some UI for user-defined domain blocks (#6628)ThibG
* Keep list of blocked domains Might be overkill, but I'm trying to follow the same logic as for blocked users * Add basic domain block UI * Add the domain blocks UI to Getting Started * Fix undefined URL in `fetchDomainBlocks` * Update all known users' domain_blocking relationship instead of just one's