mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/660 Closes #713 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
		
						commit
						17617b6355
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -526,6 +526,7 @@ export class ApRendererService { | ||||||
| 			publicKey: this.renderKey(user, keypair, '#main-key'), | 			publicKey: this.renderKey(user, keypair, '#main-key'), | ||||||
| 			isCat: user.isCat, | 			isCat: user.isCat, | ||||||
| 			noindex: user.noindex, | 			noindex: user.noindex, | ||||||
|  | 			indexable: !user.noindex, | ||||||
| 			speakAsCat: user.speakAsCat, | 			speakAsCat: user.speakAsCat, | ||||||
| 			attachment: attachment.length ? attachment : undefined, | 			attachment: attachment.length ? attachment : undefined, | ||||||
| 		}; | 		}; | ||||||
|  |  | ||||||
|  | @ -545,6 +545,7 @@ const extension_context_definition = { | ||||||
| 	Emoji: 'toot:Emoji', | 	Emoji: 'toot:Emoji', | ||||||
| 	featured: 'toot:featured', | 	featured: 'toot:featured', | ||||||
| 	discoverable: 'toot:discoverable', | 	discoverable: 'toot:discoverable', | ||||||
|  | 	indexable: 'toot:indexable', | ||||||
| 	// schema
 | 	// schema
 | ||||||
| 	schema: 'http://schema.org#', | 	schema: 'http://schema.org#', | ||||||
| 	PropertyValue: 'schema:PropertyValue', | 	PropertyValue: 'schema:PropertyValue', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue