|
|
@@ -226,7 +226,6 @@ func (s OServiceService) SetUserInfoFields(ctx context.Context, sess *state.Sess
|
|
|
// Set session idle time to the value of bodyIn.IdleTime. Return a user arrival
|
|
|
// message to all users who have this user on their buddy list.
|
|
|
func (s OServiceService) IdleNotification(ctx context.Context, sess *state.Session, bodyIn wire.SNAC_0x01_0x11_OServiceIdleNotification) error {
|
|
|
- fmt.Printf("\n\ngot idle notification!\n\n")
|
|
|
if bodyIn.IdleTime == 0 {
|
|
|
sess.UnsetIdle()
|
|
|
} else {
|