Skip to content

Commit

Permalink
Add UserTimeZoneOffset property to IConditionContext interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 16, 2024
1 parent 3d10a6b commit 997697b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Chat/IConditionContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public interface IConditionContext

public TranslationLanguage UserLanguage { get; }

public TimeSpan UserTimeZoneOffset { get; }

public bool IsPreview { get; }

public bool IsDebugModeOn { get; }
Expand Down

0 comments on commit 997697b

Please sign in to comment.