This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add query parameter ts
to allow appservices set the origin_server_ts
for state events
#11866
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f076866
Add query parameter ts to allow appservices set the original_server_t…
lukasdenk 1a0fc0c
Apply suggestion to synapse/rest/client/room.py
lukasdenk f5804c3
Apply missing default value
lukasdenk ae1fbcb
Fix method parameter ordering.
lukasdenk 248ddde
set default parsed value to None
lukasdenk c1abcf0
fix linting problem
lukasdenk 69320e1
add documentation for original_server_ts parameter
lukasdenk cb2d34c
Merge remote-tracking branch 'origin/develop' into ts_for_states
lukasdenk c0c7a66
test ts query param for send and state events
lukasdenk 72d606f
Merge branch 'develop' into ts_for_states
lukasdenk 40eeae7
rename impersonated_user to appservice_user_id
lukasdenk dcfb170
import urllib at top of file instead of locally writing the whole path
lukasdenk 8d44470
use consistent explanation of appservice_user_id param
lukasdenk f00f240
introduce msc3316_ts query param
lukasdenk f6e28bc
Merge remote-tracking branch 'origin/develop' into ts_for_states
lukasdenk 4329180
Merge remote-tracking branch 'origin/develop' into ts_for_states
lukasdenk e54b2c2
Fix memory import
lukasdenk 6b87d69
Merge remote-tracking branch 'origin/develop' into ts_for_states
lukasdenk ee295e0
fix linting probs
lukasdenk 13b81ed
Update changelog.d/11866.feature
lukasdenk 331cb48
add comment to Update tests/rest/client/test_rooms.py
lukasdenk d3e957a
test
lukasdenk 5fab986
Merge remote-tracking branch 'fork2/ts_for_states' into ts_for_states
lukasdenk 6b56dfc
Merge remote-tracking branch 'origin/develop' into ts_for_states
clokep fd62763
Use the proper urlencode.
clokep 5a320d1
Handle review comments and fix-up code and use stable identifier.
clokep 0bc7b54
Refactor to avoid dictionary unless needed.
clokep e3a0166
Clean-up another reference to unstable identifier.
clokep d6149af
Manually call /createRoom.
clokep 65a79c0
Merge remote-tracking branch 'origin/develop' into ts_for_states
clokep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Allow appservices to set the `origin_server_ts` of a state event by providing the query parameter `ts` in `PUT /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}`. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.