How to force a topic to be edited by the user

make the custom flag, for example if you call it the edit post flag

then in css of theme component:

.flag-action-type.custom_edit_post_flag {
    display: none;
}

.staff .flag-action-type.custom_edit_post_flag {
    display: block;
}