zulip/zerver
Prakhar Pratyush 656c65c74c edit_history: Remove 'prev_rendered_content_version' field.
This commit removes the 'prev_rendered_content_version'
field from:

* the 'edit_history' object within message objects in the
API response of `GET /messages`, `GET /messages/{message_id}`
and `POST /zulip-outgoing-webhook`.
* the 'update_message' event type

as it is an internal server implementation detail not used
by any client.

Note: The field is still stored in the 'edit_history' column
of the 'Message' table as it will be helpful when making
major changes to the markup rendering process.
2024-08-29 15:37:12 -07:00
..
actions edit_history: Remove 'prev_rendered_content_version' field. 2024-08-29 15:37:12 -07:00
data_import direct_message_group: Add new `group_size` field. 2024-08-23 11:09:41 -07:00
integration_fixtures/nagios
lib edit_history: Remove 'prev_rendered_content_version' field. 2024-08-29 15:37:12 -07:00
management management: Add change_auth_backends command. 2024-08-14 14:04:46 -07:00
migrations thumbnail: Backfill ImageAttachment rows. 2024-08-29 12:11:51 -07:00
models realm-settings: Get max invites for realm plan type helper. 2024-08-26 08:29:50 -07:00
openapi edit_history: Remove 'prev_rendered_content_version' field. 2024-08-29 15:37:12 -07:00
tests edit_history: Remove 'prev_rendered_content_version' field. 2024-08-29 15:37:12 -07:00
tornado events: Migrate to typed_endpoint. 2024-07-31 17:10:06 -07:00
transaction_tests ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00
views message_send: Convert to typed endpoint. 2024-08-21 11:13:00 -07:00
webhooks integration-docs: Update Open Collective for new doc format. 2024-08-15 13:16:14 -07:00
worker thumbnail: Resolve a race condition when rendering messages. 2024-08-01 16:48:16 -07:00
__init__.py
apps.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
decorator.py analytics: Migrate to @typed_endpoint. 2024-08-26 08:57:49 -07:00
filters.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
forms.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
logging_handlers.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
signals.py ruff: Bump target-version from py38 to py310. 2024-07-13 22:28:22 -07:00