dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
80 stars 6 forks source link

[be] A user cannot follow himself #17

Closed dxps closed 1 year ago

dxps commented 1 year ago

AS-IS Currently, any user can follow any user, including himself (which it doesn't make sense, ofc).

TO-BE A user can follow any other user, except of himself.