wip
This commit is contained in:
parent
7797a0746a
commit
e9940c9221
7 changed files with 63 additions and 43 deletions
|
|
@ -291,7 +291,7 @@ export default Vue.extend({
|
|||
poll: this.poll ? (this.$refs.poll as any).get() : undefined,
|
||||
cw: this.useCw ? this.cw || '' : undefined,
|
||||
visibility: this.visibility,
|
||||
visibleUserIds: this.visibleUsers.map(u => u.id),
|
||||
visibleUserIds: this.visibility == 'specified' ? this.visibleUsers.map(u => u.id) : undefined,
|
||||
geo: this.geo ? {
|
||||
coordinates: [this.geo.longitude, this.geo.latitude],
|
||||
altitude: this.geo.altitude,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue