fix(flags): limit challenge requests to country flags

This commit is contained in:
Tommaso Casaburi
2026-06-08 15:43:12 +07:00
parent 6c660c01cd
commit 32dbabb7c7
6 changed files with 17 additions and 19 deletions
@@ -601,9 +601,6 @@ describe('ReplyModal', () => {
expect(testState.publishReplyMock).toHaveBeenCalledWith({
content: 'reply body',
challengeRequest: {
challengeAnswers: ['bitsocial-flags:5chan:flag:pol:AC'],
},
flairs: [{ type: 'pol', code: 'AC', text: 'flag:pol:AC' }],
});
});