mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
text: Fix some typos (most of them found and fixed by codespell).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -263,7 +263,7 @@ exports.get_frontfill_anchor = function (msg_list) {
|
||||
exports.maybe_load_older_messages = function (opts) {
|
||||
// This function gets called when you scroll to the top
|
||||
// of your window, and you want to get messages older
|
||||
// than what the browers originally fetched.
|
||||
// than what the browsers originally fetched.
|
||||
const msg_list = opts.msg_list;
|
||||
if (!msg_list.fetch_status.can_load_older_messages()) {
|
||||
// We may already be loading old messages or already
|
||||
@@ -301,7 +301,7 @@ exports.do_backfill = function (opts) {
|
||||
exports.maybe_load_newer_messages = function (opts) {
|
||||
// This function gets called when you scroll to the top
|
||||
// of your window, and you want to get messages newer
|
||||
// than what the browers originally fetched.
|
||||
// than what the browsers originally fetched.
|
||||
const msg_list = opts.msg_list;
|
||||
|
||||
if (!msg_list.fetch_status.can_load_newer_messages()) {
|
||||
|
||||
Reference in New Issue
Block a user