Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/adding mset replacement functionality 20210615 #445
base: develop
Are you sure you want to change the base?
Feature/adding mset replacement functionality 20210615 #445
Changes from 22 commits
b73c2c9
c61ae1d
723ec8b
e53527b
157ef00
0708ccb
3dbc0f4
df35eba
1b3a3fc
9f09d96
729ddcc
85ade91
2bd9b75
523208f
9068be3
2392560
54d3b63
1c9a668
1ffefdb
bf20b41
67fe823
9accbed
5db3d83
b92e67e
307353f
f5d2483
7a4c6de
effc7d7
db6efbc
6c7199b
621babc
55a11f7
c6a340f
e0dfe33
ce78f8a
4fecd28
115eff6
4912fdb
36cd8ec
ac112b7
4a35bce
e0803da
6f75123
d0b3f6b
e77bf56
0289f2a
ac2b431
3e1bfcd
c6f22a0
9e88373
d882ffe
d395384
b7cf1ed
e47a56d
b87e481
455ee05
27163f5
306cf35
d353255
455626a
00738a1
ea30854
cbe39eb
dd036cc
216a08b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires checking whether
replaced_via_event_id
was previously set. Only if it isNone
, a replacement is legal. Otherwise, a validation error should be returned.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍