mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Update configuration schema (#893)
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"exp_graphics_contexts",
|
||||
"exp_text_node",
|
||||
"exp_interface_state_coalesce",
|
||||
"exp_unfair_lock"
|
||||
"exp_unfair_lock",
|
||||
"exp_infer_layer_defaults"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
ASDISPLAYNODE_EXTERN_C_BEGIN
|
||||
|
||||
/**
|
||||
* A bit mask of features.
|
||||
* A bit mask of features. Make sure to update configuration.json when you add entries.
|
||||
*/
|
||||
typedef NS_OPTIONS(NSUInteger, ASExperimentalFeatures) {
|
||||
ASExperimentalGraphicsContexts = 1 << 0, // exp_graphics_contexts
|
||||
|
||||
Reference in New Issue
Block a user