mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	require auth for followers & following endpoints
This commit is contained in:
		
							parent
							
								
									1906dbe1dc
								
							
						
					
					
						commit
						c566fa1f36
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -13,7 +13,8 @@ import { DI } from '@/di-symbols.js';
 | 
				
			||||||
export const meta = {
 | 
					export const meta = {
 | 
				
			||||||
	tags: ['federation'],
 | 
						tags: ['federation'],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	requireCredential: false,
 | 
						requireCredential: true,
 | 
				
			||||||
 | 
						kind: 'read:account',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	res: {
 | 
						res: {
 | 
				
			||||||
		type: 'array',
 | 
							type: 'array',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,8 @@ import { DI } from '@/di-symbols.js';
 | 
				
			||||||
export const meta = {
 | 
					export const meta = {
 | 
				
			||||||
	tags: ['federation'],
 | 
						tags: ['federation'],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	requireCredential: false,
 | 
						requireCredential: true,
 | 
				
			||||||
 | 
						kind: 'read:account',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	res: {
 | 
						res: {
 | 
				
			||||||
		type: 'array',
 | 
							type: 'array',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue