[MM-60684] GetMaxPostSize: update threshold to V2, it was way overdue (#28662)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1f7f0d20cd
Коммит
74afa1fa78
@@ -4314,8 +4314,7 @@ func testPostStoreGetOldest(t *testing.T, rctx request.CTX, ss store.Store) {
|
||||
assert.EqualValues(t, o2.Id, r1.Id)
|
||||
}
|
||||
|
||||
func testGetMaxPostSize(t *testing.T, rctx request.CTX, ss store.Store) {
|
||||
assert.Equal(t, model.PostMessageMaxRunesV2, ss.Post().GetMaxPostSize())
|
||||
func testGetMaxPostSize(t *testing.T, _ request.CTX, ss store.Store) {
|
||||
assert.Equal(t, model.PostMessageMaxRunesV2, ss.Post().GetMaxPostSize())
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user