Don't need user to see chat. Increased to fetch last 100 messages.
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
getChatHistory().then(messages => (this.chatHistory = messages));
|
||||
getChatHistory(0, 100).then(messages => (this.chatHistory = messages));
|
||||
},
|
||||
mounted() {
|
||||
this.track();
|
||||
|
||||
Reference in New Issue
Block a user