[MM-29217] Remove Posts.ParentId (#17923)

Этот коммит содержится в:
Claudio Costa
2021-08-17 10:25:22 +02:00
коммит произвёл GitHub
родитель 757dc96461
Коммит d181ae9262
34 изменённых файлов: 22 добавлений и 211 удалений

2
services/cache/lru_test.go поставляемый
Просмотреть файл

@@ -139,7 +139,6 @@ func TestLRUMarshalUnMarshal(t *testing.T) {
UserId: "UserId",
ChannelId: "ChannelId",
RootId: "RootId",
ParentId: "ParentId",
OriginalId: "OriginalId",
Message: "OriginalId",
MessageSource: "MessageSource",
@@ -487,7 +486,6 @@ func BenchmarkLRU(b *testing.B) {
UserId: "UserId",
ChannelId: "ChannelId",
RootId: "RootId",
ParentId: "ParentId",
OriginalId: "OriginalId",
Message: "OriginalId",
MessageSource: "MessageSource",