 Acid Chicken (硫酸鶏)
					Acid Chicken (硫酸鶏)
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							77fb9eb2be
						
					
				
				
					commit
					ace6419aef
				
			| @@ -65,9 +65,13 @@ export default Vue.extend({ | |||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
| 	created() { | 	created() { | ||||||
| 		this.$root.getMeta().then(meta => { | 		this.$root.getMeta().then((meta: Record<string, any>) => { | ||||||
| 			this.enableLocalTimeline = !meta.disableLocalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin; | 			if (!( | ||||||
| 			this.enableGlobalTimeline = !meta.disableGlobalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin; | 				this.enableGlobalTimeline = !meta.disableGlobalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin | ||||||
|  | 			) && this.src === 'global') this.src = 'local'; | ||||||
|  | 			if (!( | ||||||
|  | 				this.enableLocalTimeline = !meta.disableLocalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin | ||||||
|  | 			) && ['local', 'hybrid'].includes(this.src)) this.src = 'home'; | ||||||
| 		}); | 		}); | ||||||
|  |  | ||||||
| 		if (this.$store.state.device.tl) { | 		if (this.$store.state.device.tl) { | ||||||
|   | |||||||
| @@ -112,9 +112,13 @@ export default Vue.extend({ | |||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
| 	created() { | 	created() { | ||||||
| 		this.$root.getMeta().then(meta => { | 		this.$root.getMeta().then((meta: Record<string, any>) => { | ||||||
| 			this.enableLocalTimeline = !meta.disableLocalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin; | 			if (!( | ||||||
| 			this.enableGlobalTimeline = !meta.disableGlobalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin; | 				this.enableGlobalTimeline = !meta.disableGlobalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin | ||||||
|  | 			) && this.src === 'global') this.src = 'local'; | ||||||
|  | 			if (!( | ||||||
|  | 				this.enableLocalTimeline = !meta.disableLocalTimeline || this.$store.state.i.isModerator || this.$store.state.i.isAdmin | ||||||
|  | 			) && ['local', 'hybrid'].includes(this.src)) this.src = 'home'; | ||||||
| 		}); | 		}); | ||||||
|  |  | ||||||
| 		if (this.$store.state.device.tl) { | 		if (this.$store.state.device.tl) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user