Skip to content

Commit e3b8542

Browse files
committed
Backend: Drop redundant comment on AdminActionLog target fields
1 parent dcd6720 commit e3b8542

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/proto/admin.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ message AdminActionLog {
112112
string note = 6; // optional note/details
113113
string tag = 7; // for tag-related actions
114114
AdminActionLevel level = 8;
115-
// populated by ListAdminActions; empty when this message is embedded in UserDetails (target is implicit)
116115
int64 target_user_id = 9;
117116
string target_username = 10;
118117
}

0 commit comments

Comments
 (0)