update: event SlugChangeEvent now require user field

This commit is contained in:
2026-01-05 16:48:08 +07:00
parent 5f4f42b9b9
commit 5c5bb28ebc
2 changed files with 18 additions and 8 deletions

View File

@@ -42,8 +42,9 @@ message Authentication {
}
message SlugChangeEvent {
string old = 1;
string new = 2;
string user = 1;
string old = 2;
string new = 3;
}
message SlugChangeEventResponse {