GitBulletin

Repository: farcasterxyz/hub-monorepo

Revolutionary Update Unleashes Power of Duplicate Mentions in Online Interactions!

2023-02-20 05:11:41 UTC

Groundbreaking change permits multiple user tags at the same position, transforming the dynamics of digital communication!

Commit Details:

Allow duplicate `mentionsPositions` (#596) It is possible for a cast to have multiple mentions with the same position. Consider the following cast: @a@b@c In this case, we are mentioning the users `a`, `b`, and `c`, without separating their names with any other text. The resulting `mentionsPositions` will be `[0, 0, 0]`, since there is no change in position. Relax our validations to allow this case.

Search Similar