-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add session status to message #356
Conversation
Codecov Report
@@ Coverage Diff @@
## master #356 +/- ##
==========================================
- Coverage 54.76% 54.76% -0.01%
==========================================
Files 108 108
Lines 8914 8917 +3
==========================================
+ Hits 4882 4883 +1
- Misses 3330 3332 +2
Partials 702 702
Continue to review full report at Codecov.
|
@@ -130,6 +130,8 @@ type Msg struct { | |||
SessionID SessionID `json:"session_id,omitempty"` | |||
SessionWaitStartedOn *time.Time `json:"session_wait_started_on,omitempty"` | |||
SessionTimeout int `json:"session_timeout,omitempty"` | |||
// Transmit sessionstatus onwards |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't need this comment.. everything here is being transmitted onwards
…-zip Add Filename
See https://github.com/rapidpro/rapidpro/issues/1298