openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 61 forks source link

fix: fixed author liking its own post #729

Closed ayesha-waris closed 4 weeks ago

ayesha-waris commented 4 weeks ago

INF-1446 Description Redwood branch fix fix for https://github.com/openedx/frontend-app-discussions/issues/688

To prevent learners from accidentally voting on their own posts (previously possible), this frontend PR disables the like button for a learner's own posts. https://github.com/openedx/edx-platform/pull/34993