Skip to content

Issue: Add Cache Breaking Notice for Removed Query Parameter in API #1025

@divysaxena24

Description

@divysaxena24

Location

File: apps/meteor/app/api/server/v1/im.ts
Line: 537


Problem

A TODO comment indicates that a cache-breaking notice should be added because a query parameter was removed from the API.
Currently, this missing notice can cause confusion for developers upgrading or using cached API responses.

Existing Code:

// TODO: CACHE: Add Breaking notice since we removed the query param

// Proposed Solution
// Add appropriate deprecation notice
// NOTICE: This endpoint parameter was removed due to security concerns and 
// performance optimization.
// The feature was replaced with a more secure implementation in subsequent versions.
// Please refer to the API documentation for migration details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions