tiny change in intention clarity
| @@ -1726,7 +1726,7 @@ export function showMoreMessages() { | ||
| 1726 | 1726 | |
| 1727 | 1727 | // If there are no messages displayed, or the message somehow has no mesid, we default to one higher than last message id, |
| 1728 | 1728 | // so the first "new" message being shown will be the last available message |
| 1729 | 1729 | if (!isNaN(messageId)) { |
| 1730 | 1730 | messageId = getLastMessageId() + 1; |
| 1731 | 1731 | } |
| 1732 | 1732 | |