mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Important changes in this commit: * We only cache message list for "Combined feed" if it is the default view. * We modify existing handling of home message list code so that it can be used to for any message list that we want to cache using a new `preserve_rendered_state` variable. * narrow_state.filter() returns the filter of combined feed view list instead of `undefined`. * We start fetching messages from the latest message on app load. * Messages in all messages data and Recent view are always synced. * If combined feed view list is not cached, we don't track it's last pointer, effectively sending user to the latest unread message always . |
||
|---|---|---|
| .. | ||
| lib | ||
| admin.test.ts | ||
| compose.test.ts | ||
| copy-and-paste.test.ts | ||
| custom-profile.test.ts | ||
| delete-message.test.ts | ||
| drafts.test.ts | ||
| edit.test.ts | ||
| mention.test.ts | ||
| message-basics.test.ts | ||
| navigation.test.ts | ||
| realm-creation.test.ts | ||
| realm-linkifier.test.ts | ||
| realm-playground.test.ts | ||
| settings.test.ts | ||
| stars.test.ts | ||
| stream_create.test.ts | ||
| subscribe_toggle.test.ts | ||
| user-deactivation.test.ts | ||
| user-status.test.ts | ||