vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Edit or Remove Waku Messages #77

Open staheri14 opened 2 years ago

staheri14 commented 2 years ago

Problem Definition

As in all the centralized messaging applications, the ability to delete or edit already published messages is desirable. However, Waku2 does not have any support for this feature.

Solution ideas

Potenital issues

In waku2, for the sake of anonymity, we do not include nodes public keys (or any other identifying info) in waku messages (not even in the relay messages). This causes some issues related to access control while handling edit requests from users that are not authorized to edit a message (as they are not the author).