···251251 .focus_in => {
252252 if (self.selectedBuffer()) |buffer| {
253253 // If we have a selected channel, we reset the last_read_indicator state when
254254- // losing focus. This means that any messages received
254254+ // gaining focus. This means that any messages received
255255 switch (buffer) {
256256 .client => {},
257257 .channel => |channel| channel.last_read_indicator = channel.last_read,