Improve IDAA BB post editing
This commit is contained in:
@@ -22,7 +22,7 @@ export interface Post {
|
||||
external_person_id?: null | string; // For IDAA this is the Novi UUID
|
||||
user_id?: null | string;
|
||||
|
||||
topic_id?: string;
|
||||
topic_id?: number;
|
||||
topic?: string; // or topic_name?
|
||||
topic_name?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user