[Client] Fix bug
This commit is contained in:
		| @@ -337,7 +337,7 @@ | |||||||
|  |  | ||||||
| 		this.fetching = true; | 		this.fetching = true; | ||||||
| 		this.loadingContext = false; | 		this.loadingContext = false; | ||||||
| 		this.content = null; | 		this.context = null; | ||||||
| 		this.post = null; | 		this.post = null; | ||||||
|  |  | ||||||
| 		this.on('mount', () => { | 		this.on('mount', () => { | ||||||
| @@ -446,7 +446,7 @@ | |||||||
| 			}).then(context => { | 			}).then(context => { | ||||||
| 				this.update({ | 				this.update({ | ||||||
| 					loadContext: false, | 					loadContext: false, | ||||||
| 					content: context.reverse() | 					context: context.reverse() | ||||||
| 				}); | 				}); | ||||||
| 			}); | 			}); | ||||||
| 		}; | 		}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo⭐️
					syuilo⭐️