Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Nov 4, 2019
1 parent bf2f92a commit 6704347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
},
postFile(file) {
// reserve slot
this.$xmpp.getUploadSlot('nioc.eu', {
this.$xmpp.getUploadSlot(this.userJid.domain, {
name: file.name,
size: file.size,
mediaType: file.type,
Expand Down

0 comments on commit 6704347

Please sign in to comment.