add "reject quotes" toggle at user and instance level
+ improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
This commit is contained in:
@@ -164,6 +164,15 @@ export class MiInstance {
|
||||
})
|
||||
public rejectReports: boolean;
|
||||
|
||||
/**
|
||||
* If true, quote posts from this instance will be downgraded to normal posts.
|
||||
* The quote will be stripped and a process error will be generated.
|
||||
*/
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public rejectQuotes: boolean;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16384, default: '',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user