Lawyer badge changes typing indicator (#13445)

This commit is contained in:
Morb
2023-01-12 15:33:57 +03:00
committed by GitHub
parent ab073d9571
commit 76f8a7e91e
7 changed files with 67 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ public sealed class TypingIndicatorComponent : Component
/// <summary>
/// Prototype id that store all visual info about typing indicator.
/// </summary>
[ViewVariables(VVAccess.ReadOnly)]
[ViewVariables(VVAccess.ReadWrite)]
[DataField("proto", customTypeSerializer: typeof(PrototypeIdSerializer<TypingIndicatorPrototype>))]
public string Prototype = "default";
public string Prototype = SharedTypingIndicatorSystem.InitialIndicatorId;
}