Skip to content
Snippets Groups Projects

Refactor: make relationships separate from users

Merged Shpuld Shpludson requested to merge feat/relationship-refactor into develop
All threads resolved!
3 files
+ 0
27
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
4
@@ -83,10 +83,6 @@ const unmuteDomain = (store, domain) => {
}
export const mutations = {
setMuted (state, { user: { id }, muted }) {
const user = state.usersObject[id]
set(user, 'muted', muted)
},
tagUser (state, { user: { id }, tag }) {
const user = state.usersObject[id]
const tags = user.tags || []
Loading