Skip to content

Commit

Permalink
馃洜 Fix online service typo (#2575)
Browse files Browse the repository at this point in the history
* 馃洜 Fix online service typo

* Remove code
  • Loading branch information
RomaricMourgues authored and Labels Bot committed Oct 12, 2022
1 parent 14a31fb commit e521050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twake/backend/node/src/services/online/service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class OnlineServiceImpl implements TwakeServiceProvider {
this.logger.debug(`Got an online:set request for ${(request.data || []).length} users`);

this.broadcastOnline(event, companies);
this.setLastSeenOnline([event.user.id], Date.now(), false);
this.setLastSeenOnline([event.user.id], Date.now(), true);
ack();
},
);
Expand Down

0 comments on commit e521050

Please sign in to comment.