mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 16:05:30 +02:00
wip
This commit is contained in:
@@ -565,7 +565,7 @@ export default defineComponent({
|
||||
localOnly: this.localOnly,
|
||||
visibility: this.visibility,
|
||||
visibleUserIds: this.visibility == 'specified' ? this.visibleUsers.map(u => u.id) : undefined,
|
||||
viaMobile: this.$root.isMobile
|
||||
viaMobile: os.isMobile
|
||||
};
|
||||
|
||||
// plugin
|
||||
|
||||
Reference in New Issue
Block a user