this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

s/losing/gaining

+1 -1
+1 -1
src/app.zig
··· 251 251 .focus_in => { 252 252 if (self.selectedBuffer()) |buffer| { 253 253 // If we have a selected channel, we reset the last_read_indicator state when 254 - // losing focus. This means that any messages received 254 + // gaining focus. This means that any messages received 255 255 switch (buffer) { 256 256 .client => {}, 257 257 .channel => |channel| channel.last_read_indicator = channel.last_read,