This commit is contained in:
syuilo 2018-06-13 05:21:55 +09:00
parent e635a87628
commit ce27b36fd0
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@ import * as XDraggable from 'vuedraggable';
import getKao from '../../../common/scripts/get-kao';
import MkVisibilityChooser from '../../../common/views/components/visibility-chooser.vue';
import parse from '../../../../../text/parse';
import { host } from '../../../config';
export default Vue.extend({
components: {
@ -129,6 +130,7 @@ export default Vue.extend({
//
if (this.$store.state.i.username == x.username && x.host == null) return;
if (this.$store.state.i.username == x.username && x.host == host) return;
//
if (this.text.indexOf(`${mention} `) != -1) return;

View file

@ -46,6 +46,7 @@ import * as XDraggable from 'vuedraggable';
import MkVisibilityChooser from '../../../common/views/components/visibility-chooser.vue';
import getKao from '../../../common/scripts/get-kao';
import parse from '../../../../../text/parse';
import { host } from '../../../config';
export default Vue.extend({
components: {
@ -123,6 +124,7 @@ export default Vue.extend({
//
if (this.$store.state.i.username == x.username && x.host == null) return;
if (this.$store.state.i.username == x.username && x.host == host) return;
//
if (this.text.indexOf(`${mention} `) != -1) return;