mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	merge: fix: Add unicode flag to custom emoji regexes (!509)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/509 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Tess K <me@thvxl.se>
This commit is contained in:
		
						commit
						2241c67486
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -64,8 +64,8 @@ type DecodedReaction = { | |||
| 	host?: string | null; | ||||
| }; | ||||
| 
 | ||||
| const isCustomEmojiRegexp = /^:([\p{Letter}\p{Number}\p{Mark}_+-]+)(?:@\.)?:$/; | ||||
| const decodeCustomEmojiRegexp = /^:([\p{Letter}\p{Number}\p{Mark}_+-]+)(?:@([\w.-]+))?:$/; | ||||
| const isCustomEmojiRegexp = /^:([\p{Letter}\p{Number}\p{Mark}_+-]+)(?:@\.)?:$/u; | ||||
| const decodeCustomEmojiRegexp = /^:([\p{Letter}\p{Number}\p{Mark}_+-]+)(?:@([\w.-]+))?:$/u; | ||||
| 
 | ||||
| @Injectable() | ||||
| export class ReactionService { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue